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

11 lines
414 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateDevice,vkCreateDevice]]
[source,c++]
----
VkResult vkCreateDevice(
VkPhysicalDevice physicalDevice,
const VkDeviceCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkDevice* pDevice);
----