Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/
Dcube.cpp1579 auto const pPipelineLayoutCreateInfo = in prepare_descriptor_layout() local
1583 result = device.createPipelineLayout(&pPipelineLayoutCreateInfo, in prepare_descriptor_layout()
Dcube.c1556 const VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = { in demo_prepare_descriptor_layout() local
1563 err = vkCreatePipelineLayout(demo->device, &pPipelineLayoutCreateInfo, NULL, in demo_prepare_descriptor_layout()