mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
feat(fp16): update to use correct index
This commit is contained in:
parent
77d1b68b8b
commit
28d293d531
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ DescriptorSetUpdateBuilder& DescriptorSetUpdateBuilder::add(VkDescriptorType typ
|
|||
this->entries.push_back({
|
||||
.sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET,
|
||||
.dstSet = this->descriptorSet->handle(),
|
||||
.dstBinding = static_cast<uint32_t>(this->samplerIdx++),
|
||||
.dstBinding = static_cast<uint32_t>(this->bufferIdx++),
|
||||
.descriptorCount = 1,
|
||||
.descriptorType = type,
|
||||
.pImageInfo = nullptr,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue