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 bad473b commit 8eb33e1Copy full SHA for 8eb33e1
src/nbl/video/IGPUDescriptorSet.cpp
@@ -71,7 +71,6 @@ asset::IDescriptor::E_TYPE IGPUDescriptorSet::validateWrite(const IGPUDescriptor
71
return asset::IDescriptor::E_TYPE::ET_COUNT;
72
}
73
74
- // Possible TODO: ensure the types are the same, not just categories! Requires IDescriptor to provide a virtual getType() method
75
for (uint32_t i = 0; i < write.count; ++i)
76
{
77
if (asset::IDescriptor::GetTypeCategory(descriptorType) != write.info[i].desc->getTypeCategory())
0 commit comments