Home
last modified time | relevance | path

Searched refs:descSetAllocateInfo (Results 1 – 1 of 1) sorted by relevance

/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A Dcompositor.cpp1366 VkDescriptorSetAllocateInfo descSetAllocateInfo = {}; in CreateDescSets() local
1367 descSetAllocateInfo.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO; in CreateDescSets()
1368 descSetAllocateInfo.descriptorPool = descPool; in CreateDescSets()
1369 descSetAllocateInfo.pSetLayouts = pshaderModule->pdescSetLayouts; in CreateDescSets()
1370 descSetAllocateInfo.descriptorSetCount = pshaderModule->setCount; in CreateDescSets()
1401 VkDescriptorSetAllocateInfo descSetAllocateInfo = {}; in CreateDescSets() local
1402 descSetAllocateInfo.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO; in CreateDescSets()
1403 descSetAllocateInfo.descriptorPool = descPool; in CreateDescSets()
1404 descSetAllocateInfo.pSetLayouts = pshaderModule->pdescSetLayouts; in CreateDescSets()
1405 descSetAllocateInfo.descriptorSetCount = pshaderModule->setCount; in CreateDescSets()
[all …]