Function bgfx_sys::bgfx_touch

source ·
pub unsafe extern "C" fn bgfx_touch(_id: bgfx_view_id_t)
Expand description

Submit an empty primitive for rendering. Uniforms and draw state will be applied but no geometry will be submitted. @remark These empty draw calls will sort before ordinary draw calls.

@param[in] _id View id.