Browse Source

Fixed docs.

bkaradzic 13 năm trước cách đây
mục cha
commit
28d0d973b3
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      include/bgfx.h

+ 2 - 1
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;