|
Nuklear+
|
You can render GUI and BG separately. More...
Functions | |
| NK_API void | nkc_render_bg (struct nkc *nkcHandle, struct nk_color bgColor) |
| NK_API void | nkc_render_gui (struct nkc *nkcHandle) |
| NK_API void | nkc_render (struct nkc *nkcHandle, struct nk_color bgColor) |
You can render GUI and BG separately.
| NK_API void nkc_render | ( | struct nkc * | nkcHandle, |
| struct nk_color | bgColor | ||
| ) |
Just calls nkc_render_bg than nkc_render_gui
1.8.6