diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-06-03 04:04:11 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-06-03 04:04:11 +0000 |
| commit | 7c0a0f9d0d3ad319972c396eca80d6c9ebed065a (patch) | |
| tree | 5d828d1c676bfa705591ac7c8e5c7c9c6d7b29a5 /Graphics/GraphicsEngine | |
| parent | Enabled deferred contexts in Vk backend (diff) | |
| download | DiligentCore-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.h | 2 |
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 { |
