Searched refs:bufferingSet (Results 1 – 2 of 2) sorted by relevance
80 auto& bufferingSetRef = ref.bufferingSet[bufferingIdx]; in DestroyPool()601 …PLUGIN_ASSERT(descriptorPool.descriptorSets[arrayIndex].bufferingSet[idx].descriptorSet == VK_NULL… in CreateGpuDescriptorSet()602 descriptorPool.descriptorSets[arrayIndex].bufferingSet[idx] = newDescriptorSet; in CreateGpuDescriptorSet()657 … if (!descriptorPool.descriptorSets[arrayIndex].bufferingSet[bufferingIndex].descriptorSet) { in GetDescriptorSet()662 set = &descriptorPool.descriptorSets[arrayIndex].bufferingSet[bufferingIndex]; in GetDescriptorSet()
70 LowLevelDescriptorSetVk bufferingSet[MAX_BUFFERING_COUNT]; member