Exemple #1
0
 public static void nk_buffer_free(nk_buffer *buffer) => _nk_buffer_free(buffer);
Exemple #2
0
 public static extern void nk_buffer_push(nk_buffer *buffer, nk_buffer_allocation_type atype, IntPtr memory, IntPtr size, IntPtr align);
Exemple #3
0
 public static void nk_buffer_clear(nk_buffer *buffer) => _nk_buffer_clear(buffer);
 public static extern nk_draw_command *nk__draw_next(
     nk_draw_command *drawc,
     nk_buffer *buf,
     nk_context *context
     );
Exemple #5
0
 public static extern void nk_buffer_init(nk_buffer *buffer, nk_allocator *allocator, IntPtr size);
Exemple #6
0
 public static IntPtr nk_buffer_total(nk_buffer *buffer) => _nk_buffer_total(buffer);
 public static extern nk_draw_command *nk__draw_list_end(nk_draw_list *dl, nk_buffer *buf);
Exemple #8
0
 public static int nk_init_custom(nk_context *context, nk_buffer *cmds, nk_buffer *pool, nk_user_font *userfont) => _nk_init_custom(context, cmds, pool, userfont);
Exemple #9
0
 public static void nk_buffer_init(nk_buffer *buffer, nk_allocator *allocator, IntPtr size) => _nk_buffer_init(buffer, allocator, size);
Exemple #10
0
 public static extern IntPtr nk_buffer_memory_const(nk_buffer *buffer);
Exemple #11
0
 public static extern IntPtr nk_buffer_total(nk_buffer *buffer);
Exemple #12
0
 public static extern void nk_buffer_free(nk_buffer *buffer);
Exemple #13
0
 public static extern void nk_buffer_clear(nk_buffer *buffer);
Exemple #14
0
 public static extern void nk_buffer_reset(nk_buffer *buffer, nk_buffer_allocation_type atype);
Exemple #15
0
 public static IntPtr nk_buffer_memory(nk_buffer *buffer) => _nk_buffer_memory(buffer);
Exemple #16
0
 public static void nk_buffer_init_fixed(nk_buffer *buffer, IntPtr memory, IntPtr size) => _nk_buffer_init_fixed(buffer, memory, size);
Exemple #17
0
 public static IntPtr nk_buffer_memory_const(nk_buffer *buffer) => _nk_buffer_memory_const(buffer);
Exemple #18
0
 public static void nk_buffer_info(nk_memory_status *status, nk_buffer *buffer) => _nk_buffer_info(status, buffer);
 public static extern nk_draw_command *nk__draw_list_next(
     nk_draw_command *drawcmd,
     nk_buffer *buf,
     nk_draw_list *dl
     );
Exemple #20
0
 public static void nk_buffer_push(nk_buffer *buffer, nk_buffer_allocation_type atype, IntPtr memory, IntPtr size, IntPtr align) => _nk_buffer_push(buffer, atype, memory, size, align);
 public static extern nk_draw_command *nk__draw_end(nk_context *context, nk_buffer *buf);
Exemple #22
0
 public static void nk_buffer_mark(nk_buffer *buffer, nk_buffer_allocation_type atype) => _nk_buffer_mark(buffer, atype);
Exemple #23
0
 public static extern int nk_init_custom(nk_context *context, nk_buffer *cmds, nk_buffer *pool, nk_user_font *userfont);
Exemple #24
0
 public static void nk_buffer_reset(nk_buffer *buffer, nk_buffer_allocation_type atype) => _nk_buffer_reset(buffer, atype);
Exemple #25
0
 public static extern void nk_buffer_init_fixed(nk_buffer *buffer, IntPtr memory, IntPtr size);
Exemple #26
0
 public static extern void nk_buffer_info(nk_memory_status *status, nk_buffer *buffer);