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 a5e1fcf commit b85149cCopy full SHA for b85149c
src/vsg/state/DescriptorSet.cpp
@@ -78,7 +78,7 @@ void DescriptorSet::compile(Context& context)
78
79
if (setLayout->bindings.size() != descriptors.size())
80
{
81
- throw Exception{make_string("Error: invalid DescriptorSet as setLayout bindings size (", setLayout->bindings.size() , ") and descriptors size ", descriptors.size(), ") not equal."), VK_INCOMPLETE};
+ throw Exception{make_string("Error: invalid DescriptorSet as setLayout bindings size (", setLayout->bindings.size(), ") and descriptors size ", descriptors.size(), ") not equal."), VK_INCOMPLETE};
82
}
83
84
// make sure all the contributing objects are compiled
0 commit comments