pub unsafe extern "C" fn bgfx_encoder_begin(
    _forThread: bool
) -> *mut bgfx_encoder_t
Expand description

Begin submitting draw calls from thread.

@param[in] _forThread Explicitly request an encoder for a worker thread.

@returns Encoder.