Skip to content
Snippets Groups Projects
Commit 3990aef7 authored by Artur Wasmut's avatar Artur Wasmut
Browse files

[#90] make gcc happy.

parent 3a562af5
No related branches found
No related tags found
1 merge request!93Resolve "DescriptorSetLayouts unabhängig von DescriptorSets machen!"
Pipeline #26964 passed
......@@ -70,7 +70,7 @@ namespace vkcv
uint32_t descriptorCount;
ShaderStages shaderStages;
bool DescriptorBinding::operator ==(const DescriptorBinding &other) const;
bool operator ==(const DescriptorBinding &other) const;
};
typedef std::unordered_map<uint32_t, DescriptorBinding> DescriptorBindings;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment