We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a76d54 commit a5e1fcfCopy full SHA for a5e1fcf
src/vsg/state/DescriptorSet.cpp
@@ -73,7 +73,7 @@ void DescriptorSet::compile(Context& context)
73
{
74
if (!setLayout)
75
76
- throw Exception{"Error: invalid DescriptorSet as no setLayout assigned. ", VK_INCOMPLETE};
+ throw Exception{"Error: invalid DescriptorSet as no setLayout assigned.", VK_INCOMPLETE};
77
}
78
79
if (setLayout->bindings.size() != descriptors.size())
0 commit comments