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