Searched refs:descriptorSetsPerFrame (Results 1 – 1 of 1) sorted by relevance
454 const uint32_t descriptorSetsPerFrame = kMaxLayersPerFrame; in setUpDescriptorSets() local455 const uint32_t descriptorSetsTotal = descriptorSetsPerFrame * m_maxFramesInFlight; in setUpDescriptorSets()459 descriptorSetsPerFrame * descriptorsOfEachTypePerSet; in setUpDescriptorSets()481 const std::vector<VkDescriptorSetLayout> frameDescriptorSetLayouts(descriptorSetsPerFrame, in setUpDescriptorSets()486 .descriptorSetCount = descriptorSetsPerFrame, in setUpDescriptorSets()493 frameResources.m_layerDescriptorSets.resize(descriptorSetsPerFrame); in setUpDescriptorSets()