pub unsafe extern "C" fn bgfx_encoder_discard(
    _this: *mut bgfx_encoder_t,
    _flags: u8
)
Expand description

Discard previously set state for draw or compute call.

@param[in] _flags Discard or preserve states. See BGFX_DISCARD_*.