From cd4be4168b32e037edaef7665928915afeb86d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 25 Aug 2015 00:00:28 -0700 Subject: [PATCH] Cleanup. --- include/bgfx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/bgfx.h b/include/bgfx.h index 5aca3e90..fea4d976 100644 --- a/include/bgfx.h +++ b/include/bgfx.h @@ -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