Function bgfx_sys::bgfx_encoder_set_marker[][src]

pub unsafe extern "C" fn bgfx_encoder_set_marker(
    _this: *mut bgfx_encoder_t,
    _marker: *const c_char
)
Expand description

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

@param[in] _marker Marker string.