Nuklear
This is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands describing primitive shapes as output. So instead of providing a layered library that tries to abstract over a number of platform and render backends, it focuses only on the actual UI.
 
Loading...
Searching...
No Matches
nk_command_buffer Struct Reference
Collaboration diagram for nk_command_buffer:

Data Fields

struct nk_bufferbase
 
struct nk_rect clip
 
int use_clipping
 
nk_handle userdata
 
nk_size begin
 
nk_size end
 
nk_size last
 

Detailed Description

Definition at line 4632 of file nuklear.h.

Field Documentation

◆ base

struct nk_buffer* nk_command_buffer::base

Definition at line 4633 of file nuklear.h.

◆ begin

nk_size nk_command_buffer::begin

Definition at line 4637 of file nuklear.h.

◆ clip

struct nk_rect nk_command_buffer::clip

Definition at line 4634 of file nuklear.h.

◆ end

nk_size nk_command_buffer::end

Definition at line 4637 of file nuklear.h.

◆ last

nk_size nk_command_buffer::last

Definition at line 4637 of file nuklear.h.

◆ use_clipping

int nk_command_buffer::use_clipping

Definition at line 4635 of file nuklear.h.

◆ userdata

nk_handle nk_command_buffer::userdata

Definition at line 4636 of file nuklear.h.


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