bgfx_set_marker

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

  1. void bgfx_set_marker(const(char)* _marker)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_set_marker
    (
    const(char)* _marker
    )
  2. da_bgfx_set_marker bgfx_set_marker;

Parameters

_marker const(char)*

Marker string.

Meta