summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-05-28 19:27:07 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-05-28 19:27:07 +0000
commitd7f0bc61b6d22e7727f3a57270e6489167a278ba (patch)
tree4277a0ee7b1e719d616d7c6e8d36c2849e7ced07 /Graphics/GraphicsEngineVulkan
parentSome minor updates (diff)
downloadDiligentCore-d7f0bc61b6d22e7727f3a57270e6489167a278ba.tar.gz
DiligentCore-d7f0bc61b6d22e7727f3a57270e6489167a278ba.zip
Removed wrong comment
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp b/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp
index 5888f0b2..9ead007a 100644
--- a/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp
+++ b/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp
@@ -163,7 +163,6 @@ void ShaderResourceLayoutVk::Initialize(const std::shared_ptr<const SPIRVShaderR
StaticResCacheSetSizes[DescriptorSet] += Attribs.ArraySize;
}
- // Static samplers are never copied, and SamplerId == InvalidSamplerId
::new (&GetResource(Attribs.VarType, CurrResInd[Attribs.VarType]++)) VkResource( *this, Attribs, Binding, DescriptorSet, CacheOffset);
};