Function bgfx_sys::bgfx_submit

source ·
pub unsafe extern "C" fn bgfx_submit(
    _id: bgfx_view_id_t,
    _program: bgfx_program_handle_t,
    _depth: u32,
    _flags: u8
)
Expand description

Submit primitive for rendering.

@param[in] _id View id. @param[in] _program Program. @param[in] _depth Depth for sorting. @param[in] _flags Which states to discard for next draw. See BGFX_DISCARD_*.