bgfx_encoder_set_marker

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

  1. void bgfx_encoder_set_marker(bgfx_encoder_t* _this, const(char)* _marker)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_encoder_set_marker
    (,
    const(char)* _marker
    )
  2. da_bgfx_encoder_set_marker bgfx_encoder_set_marker;

Parameters

_marker const(char)*

Marker string.

Meta