Fixed docs.

This commit is contained in:
bkaradzic 2013-01-04 23:56:34 -08:00
parent 0af002d05f
commit 28d0d973b3

View file

@ -354,7 +354,8 @@ namespace bgfx
/// Callback interface to implement application specific behavior.
/// 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
{
virtual ~CallbackI() = 0;