Skip to content

Commit 04bcf0d

Browse files
author
kevyuu
committed
Remove unused variable
1 parent 74241f3 commit 04bcf0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/nbl/asset/ICPUDescriptorSet.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ class NBL_API2 ICPUDescriptorSet final : public IDescriptorSet<ICPUDescriptorSet
9797
const auto isPartiallyBound = !createFlags.hasFlags(IDescriptorSetLayoutBase::SBindingBase::E_CREATE_FLAGS::ECF_PARTIALLY_BOUND_BIT);
9898
for (auto descriptor_i = 0; descriptor_i < descriptorCount; descriptor_i++)
9999
{
100-
const auto storageOffset = IDescriptorSetLayoutBase::CBindingRedirect::storage_offset_t(offset);
101100
const auto& descriptorInfo = descriptorInfoArr->operator[](offset);
102101

103102
// partiallyBound layout can have null descriptor, otherwise not

0 commit comments

Comments
 (0)