bgfx_encoder_t

Encoders are used for submitting draw calls from multiple threads. Only one encoder per thread should be used. Use bgfx::begin() to obtain an encoder for a thread.

extern (C) @nogc nothrow
struct bgfx_encoder_t

Meta