Skip to content

Commit 8eb33e1

Browse files
committed
Removed senseless comment
1 parent bad473b commit 8eb33e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nbl/video/IGPUDescriptorSet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ asset::IDescriptor::E_TYPE IGPUDescriptorSet::validateWrite(const IGPUDescriptor
7171
return asset::IDescriptor::E_TYPE::ET_COUNT;
7272
}
7373

74-
// Possible TODO: ensure the types are the same, not just categories! Requires IDescriptor to provide a virtual getType() method
7574
for (uint32_t i = 0; i < write.count; ++i)
7675
{
7776
if (asset::IDescriptor::GetTypeCategory(descriptorType) != write.info[i].desc->getTypeCategory())

0 commit comments

Comments
 (0)