Searched refs:pipelineLayout (Results 1 – 2 of 2) sorted by relevance
87 VkPipelineLayout pipelineLayout; variable
347 vkDestroyPipelineLayout(device, pipelineLayout, nullptr); in cleanup()680 VK_CHECK(vkCreatePipelineLayout(device, &pipelineLayoutInfo, nullptr, &pipelineLayout)); in createGraphicsPipeline()700 pipelineInfo.layout = pipelineLayout; in createGraphicsPipeline()