Cleanup.
This commit is contained in:
parent
5d6a946fb0
commit
448c4849ee
@ -951,8 +951,8 @@ namespace bgfx
|
||||
EncoderStats* encoderStats; //!< Array of encoder stats.
|
||||
};
|
||||
|
||||
/// Encoders are used for submitting draw calls from multiple threads, so one encoder per thread.
|
||||
/// Use `bgfx::begin()` to obtain an encoder for a thread.
|
||||
/// 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.
|
||||
///
|
||||
/// @attention C99 equivalent is `bgfx_encoder`.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user