mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Cleanup.
This commit is contained in:
parent
344e5b2ae3
commit
cd4be4168b
1 changed files with 2 additions and 1 deletions
|
@ -249,7 +249,8 @@ namespace bgfx
|
|||
BGFX_HANDLE(VertexDeclHandle);
|
||||
|
||||
/// Callback interface to implement application specific behavior.
|
||||
/// Cached items are currently used only for OpenGL binary shaders.
|
||||
/// Cached items are currently used for OpenGL and Direct3D 12 binary
|
||||
/// shaders.
|
||||
///
|
||||
/// @remarks
|
||||
/// 'fatal' and 'trace' callbacks can be called from any thread. Other
|
||||
|
|
Loading…
Reference in a new issue