Function bgfx_sys::bgfx_set_marker

source ·
pub unsafe extern "C" fn bgfx_set_marker(_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.