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

10 lines
358 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateInstance,vkCreateInstance]]
[source,c++]
----
VkResult vkCreateInstance(
const VkInstanceCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkInstance* pInstance);
----