summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-05-19 23:02:51 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-05-19 23:02:51 +0000
commitb35b9da7a50f8d7b2d4bc554d6b8b60277da8ce4 (patch)
treeff8f63a2e599e426ff39259987443a4694e93573 /Graphics/GLSLTools
parentFixed some issues with Vk Shader Resource Layout (diff)
downloadDiligentCore-b35b9da7a50f8d7b2d4bc554d6b8b60277da8ce4.tar.gz
DiligentCore-b35b9da7a50f8d7b2d4bc554d6b8b60277da8ce4.zip
Fixed Vk pipeline layout intialization
Diffstat (limited to 'Graphics/GLSLTools')
-rw-r--r--Graphics/GLSLTools/src/SPIRVShaderResources.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GLSLTools/src/SPIRVShaderResources.cpp b/Graphics/GLSLTools/src/SPIRVShaderResources.cpp
index b794dafd..f2f71e03 100644
--- a/Graphics/GLSLTools/src/SPIRVShaderResources.cpp
+++ b/Graphics/GLSLTools/src/SPIRVShaderResources.cpp
@@ -108,7 +108,6 @@ SPIRVShaderResources::SPIRVShaderResources(IMemoryAllocator& Allocator,
&resources.storage_images,
&resources.sampled_images,
&resources.atomic_counters,
- &resources.push_constant_buffers,
&resources.separate_images,
&resources.separate_samplers
})