unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCreatePipelineLayout.txt

11 lines
438 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreatePipelineLayout,vkCreatePipelineLayout]]
[source,c++]
----
VkResult vkCreatePipelineLayout(
VkDevice device,
const VkPipelineLayoutCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkPipelineLayout* pPipelineLayout);
----