From f4968172e395b202cd8aa2a1e79c413a62189f47 Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 18 Mar 2021 13:14:05 -0700 Subject: PipelineResourceSignatureD3D11Impl: reworked resource allocation --- .../GraphicsEngineVulkan/include/PipelineResourceSignatureVkImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan') diff --git a/Graphics/GraphicsEngineVulkan/include/PipelineResourceSignatureVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/PipelineResourceSignatureVkImpl.hpp index bd27267a..0196ea48 100644 --- a/Graphics/GraphicsEngineVulkan/include/PipelineResourceSignatureVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/PipelineResourceSignatureVkImpl.hpp @@ -124,7 +124,7 @@ public: VkDescriptorSet vkDynamicDescriptorSet) const; #ifdef DILIGENT_DEVELOPMENT - /// Verifies committed resource attribs using the SPIRV resource attributes from the PSO. + /// Verifies committed resource using the SPIRV resource attributes from the PSO. bool DvpValidateCommittedResource(const SPIRVShaderResourceAttribs& SPIRVAttribs, Uint32 ResIndex, const ShaderResourceCacheVk& ResourceCache, -- cgit v1.2.3