From 28d0d973b305b165152116e75ba8119b54af97ab Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Fri, 4 Jan 2013 23:56:34 -0800 Subject: [PATCH] Fixed docs. --- include/bgfx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/bgfx.h b/include/bgfx.h index 18d84344..e823fbc6 100644 --- a/include/bgfx.h +++ b/include/bgfx.h @@ -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;