RetroArch
Public Attributes | List of all members
nk_convert_config Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_convert_config:
[legend]

Public Attributes

float global_alpha
 
enum nk_anti_aliasing line_AA
 
enum nk_anti_aliasing shape_AA
 
unsigned circle_segment_count
 
unsigned arc_segment_count
 
unsigned curve_segment_count
 
struct nk_draw_null_texture null
 
const struct nk_draw_vertex_layout_element * vertex_layout
 
nk_size vertex_size
 
nk_size vertex_alignment
 

Member Data Documentation

◆ arc_segment_count

unsigned nk_convert_config::arc_segment_count

◆ circle_segment_count

unsigned nk_convert_config::circle_segment_count

◆ curve_segment_count

unsigned nk_convert_config::curve_segment_count

◆ global_alpha

float nk_convert_config::global_alpha

◆ line_AA

enum nk_anti_aliasing nk_convert_config::line_AA

◆ null

struct nk_draw_null_texture nk_convert_config::null

◆ shape_AA

enum nk_anti_aliasing nk_convert_config::shape_AA

◆ vertex_alignment

nk_size nk_convert_config::vertex_alignment

◆ vertex_layout

const struct nk_draw_vertex_layout_element* nk_convert_config::vertex_layout

◆ vertex_size

nk_size nk_convert_config::vertex_size

The documentation for this struct was generated from the following file: