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.
2 parents 1514b53 + 8eb33e1 commit 7b76bedCopy full SHA for 7b76bed
src/nbl/video/IGPUDescriptorSet.cpp
@@ -74,7 +74,6 @@ IGPUDescriptorSet::SWriteValidationResult IGPUDescriptorSet::validateWrite(const
74
return validationResult;
75
}
76
77
- // Possible TODO: ensure the types are the same, not just categories! Requires IDescriptor to provide a virtual getType() method
78
for (uint32_t i = 0; i < write.count; ++i)
79
{
80
if (asset::IDescriptor::GetTypeCategory(descriptorType) != write.info[i].desc->getTypeCategory())
0 commit comments