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_memory_status Struct Reference

Data Fields

void * memory
 
unsigned int type
 
nk_size size
 
nk_size allocated
 
nk_size needed
 
nk_size calls
 

Detailed Description

Definition at line 4163 of file nuklear.h.

Field Documentation

◆ allocated

nk_size nk_memory_status::allocated

Definition at line 4167 of file nuklear.h.

◆ calls

nk_size nk_memory_status::calls

Definition at line 4169 of file nuklear.h.

◆ memory

void* nk_memory_status::memory

Definition at line 4164 of file nuklear.h.

◆ needed

nk_size nk_memory_status::needed

Definition at line 4168 of file nuklear.h.

◆ size

nk_size nk_memory_status::size

Definition at line 4166 of file nuklear.h.

◆ type

unsigned int nk_memory_status::type

Definition at line 4165 of file nuklear.h.


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