blob: 68b95ec76013c372418812f36a2b2e7341aaa273 [file] [log] [blame]
// 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);
----