nk_draw_foreach

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void nk_draw_foreach(nk_context* ctx, const(nk_buffer)* b, nk_draw_command_delegate block)
    version(NK_INCLUDE_VERTEX_BUFFER_OUTPUT)
    pragma(inline, true) @nogc nothrow
    void
    nk_draw_foreach
  2. void nk_draw_foreach(nk_context* ctx, const(nk_buffer)* b, nk_draw_command_delegate_gc block)

Meta