mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-22 21:06:42 -04:00
Fixed docs.
This commit is contained in:
parent
0af002d05f
commit
28d0d973b3
1 changed files with 2 additions and 1 deletions
|
@ -354,7 +354,8 @@ namespace bgfx
|
||||||
/// Callback interface to implement application specific behavior.
|
/// Callback interface to implement application specific behavior.
|
||||||
/// Cached items are currently used only when for OpenGL binary shaders.
|
/// Cached items are currently used only when for OpenGL binary shaders.
|
||||||
///
|
///
|
||||||
/// NOTE: Callback functions can be called from any thread.
|
/// NOTE: 'fatal' callback can be called from any thread. Other callbacks
|
||||||
|
/// are called from the render thread.
|
||||||
struct CallbackI
|
struct CallbackI
|
||||||
{
|
{
|
||||||
virtual ~CallbackI() = 0;
|
virtual ~CallbackI() = 0;
|
||||||
|
|
Loading…
Reference in a new issue