da_bgfx_set_marker

Sets a debug marker. This allows you to group graphics calls together for easy browsing in graphics debugging tools.

version(!BindBgfx_Static)
extern (C) @nogc nothrow __gshared
alias da_bgfx_set_marker = void function
(
const(char)* _marker
)

Meta