summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-06-03 04:04:11 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-06-03 04:04:11 +0000
commit7c0a0f9d0d3ad319972c396eca80d6c9ebed065a (patch)
tree5d828d1c676bfa705591ac7c8e5c7c9c6d7b29a5 /Graphics/GraphicsEngine
parentEnabled deferred contexts in Vk backend (diff)
downloadDiligentCore-7c0a0f9d0d3ad319972c396eca80d6c9ebed065a.tar.gz
DiligentCore-7c0a0f9d0d3ad319972c396eca80d6c9ebed065a.zip
Disabled info message about objects found in state object registry
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/StateObjectsRegistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/include/StateObjectsRegistry.h b/Graphics/GraphicsEngine/include/StateObjectsRegistry.h
index 2f735477..a1bc96bc 100644
--- a/Graphics/GraphicsEngine/include/StateObjectsRegistry.h
+++ b/Graphics/GraphicsEngine/include/StateObjectsRegistry.h
@@ -143,7 +143,7 @@ namespace Diligent
if( pObject )
{
*ppObject = pObject.Detach();
- LOG_INFO_MESSAGE( "Equivalent of the requested state object named \"", Desc.Name ? Desc.Name : "", "\" found in the ", m_RegistryName, " registry. Reusing existing object.");
+ //LOG_INFO_MESSAGE( "Equivalent of the requested state object named \"", Desc.Name ? Desc.Name : "", "\" found in the ", m_RegistryName, " registry. Reusing existing object.");
}
else
{