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 74241f3 commit 04bcf0dCopy full SHA for 04bcf0d
include/nbl/asset/ICPUDescriptorSet.h
@@ -97,7 +97,6 @@ class NBL_API2 ICPUDescriptorSet final : public IDescriptorSet<ICPUDescriptorSet
97
const auto isPartiallyBound = !createFlags.hasFlags(IDescriptorSetLayoutBase::SBindingBase::E_CREATE_FLAGS::ECF_PARTIALLY_BOUND_BIT);
98
for (auto descriptor_i = 0; descriptor_i < descriptorCount; descriptor_i++)
99
{
100
- const auto storageOffset = IDescriptorSetLayoutBase::CBindingRedirect::storage_offset_t(offset);
101
const auto& descriptorInfo = descriptorInfoArr->operator[](offset);
102
103
// partiallyBound layout can have null descriptor, otherwise not
0 commit comments