Skip to content

Commit 7b76bed

Browse files
committed
Merge branch 'separable_image_sampler' into separable_image_sampler_amortized_lookups
2 parents 1514b53 + 8eb33e1 commit 7b76bed

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
@@ -74,7 +74,6 @@ IGPUDescriptorSet::SWriteValidationResult IGPUDescriptorSet::validateWrite(const
7474
return validationResult;
7575
}
7676

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

0 commit comments

Comments
 (0)