11 lines
438 B
Plaintext
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);
|
|
----
|