From de8120ed75510f7e5a98243156eced9ba96f84ca Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 24 Oct 2019 09:29:51 -0700 Subject: Vk backend: few minor updates --- Graphics/GraphicsEngine/include/DeviceContextBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/include/DeviceContextBase.h b/Graphics/GraphicsEngine/include/DeviceContextBase.h index f468f83a..7c67dd16 100644 --- a/Graphics/GraphicsEngine/include/DeviceContextBase.h +++ b/Graphics/GraphicsEngine/include/DeviceContextBase.h @@ -373,7 +373,7 @@ inline bool DeviceContextBase :: { if (m_pPipelineState->IsIncompatibleWith(pShaderResourceBinding->GetPipelineState())) { - LOG_ERROR_MESSAGE("Shader resource binding object is not compatible with the currently bound pipeline state"); + LOG_ERROR_MESSAGE("Shader resource binding object is not compatible with the currently bound pipeline state '", m_pPipelineState->GetDesc().Name, '\''); return false; } } -- cgit v1.2.3