Vulkan2D
2D renderer written in C using Vulkan and SDL2
|
Data Fields | |
const struct nk_user_font * | font |
const struct nk_cursor * | cursors [NK_CURSOR_COUNT] |
const struct nk_cursor * | cursor_active |
struct nk_cursor * | cursor_last |
int | cursor_visible |
struct nk_style_text | text |
struct nk_style_button | button |
struct nk_style_button | contextual_button |
struct nk_style_button | menu_button |
struct nk_style_toggle | option |
struct nk_style_toggle | checkbox |
struct nk_style_selectable | selectable |
struct nk_style_slider | slider |
struct nk_style_knob | knob |
struct nk_style_progress | progress |
struct nk_style_property | property |
struct nk_style_edit | edit |
struct nk_style_chart | chart |
struct nk_style_scrollbar | scrollh |
struct nk_style_scrollbar | scrollv |
struct nk_style_tab | tab |
struct nk_style_combo | combo |
struct nk_style_window | window |