From 06a7fe2408423dd2a51df21ead4db34b7a4b925d Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 24 Jan 2021 22:30:53 -0800 Subject: Pipeline resource signature: added static sampler test --- Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan') diff --git a/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp index ce8114b9..cf6e366a 100644 --- a/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp @@ -854,7 +854,7 @@ void PipelineStateVkImpl::InitPipelineLayout(const PipelineStateCreateInfo& Crea if (!m_PipelineLayout.GetResourceInfo(Res.Name, ShaderType, Info)) { LOG_ERROR_AND_THROW("Shader '", pShader->GetDesc().Name, "' contains resource with name '", Res.Name, - "' that is not presented in any pipeline resource signature that is used to create pipeline state '", + "' that is not present in any pipeline resource signature that is used to create pipeline state '", m_Desc.Name, "'."); } SPIRV[Res.BindingDecorationOffset] = Info.BindingIndex; -- cgit v1.2.3