Searched refs:currBufferInfoOffset (Results 1 – 1 of 1) sorted by relevance
6373 size_t currBufferInfoOffset = 0; in on_vkUpdateDescriptorSetWithTemplate() local6417 (const VkDescriptorBufferInfo*)((uint8_t*)bufferInfos + currBufferInfoOffset); in on_vkUpdateDescriptorSetWithTemplate()6423 memcpy(((uint8_t*)bufferInfos) + currBufferInfoOffset, user, in on_vkUpdateDescriptorSetWithTemplate()6428 (VkDescriptorBufferInfo*)(((uint8_t*)bufferInfos) + currBufferInfoOffset); in on_vkUpdateDescriptorSetWithTemplate()6432 currBufferInfoOffset += sizeof(VkDescriptorBufferInfo); in on_vkUpdateDescriptorSetWithTemplate()