This commit is contained in:
Branimir Karadžić 2018-06-15 17:51:45 -07:00
parent 5d6a946fb0
commit 448c4849ee

View File

@ -951,8 +951,8 @@ namespace bgfx
EncoderStats* encoderStats; //!< Array of encoder stats. EncoderStats* encoderStats; //!< Array of encoder stats.
}; };
/// Encoders are used for submitting draw calls from multiple threads, so one encoder per thread. /// Encoders are used for submitting draw calls from multiple threads. Only one encoder
/// Use `bgfx::begin()` to obtain an encoder for a thread. /// per thread should be used. Use `bgfx::begin()` to obtain an encoder for a thread.
/// ///
/// @attention C99 equivalent is `bgfx_encoder`. /// @attention C99 equivalent is `bgfx_encoder`.
/// ///