We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c021ec9 commit 16d3f07Copy full SHA for 16d3f07
1 file changed
lean_ui.h
@@ -63,7 +63,7 @@ size_t ui_min_memory_size(void);
63
64
//-----------------------------------------------------------------------------------------------------------------------------
65
// Initializes the library
66
-// [preallocated_buffer] user-allocated memory of ui_min_memory_size() bytes
+// [preallocated_buffer] user-allocated memory of ui_min_memory_size() bytes, must be aligned on sizeof(uintptr_t)
67
// [renderer_callbacks] user-provided drawing callbacks
68
// [font_height] height in pixels of the font
69
ui_context* ui_init(const ui_def* def);
0 commit comments