• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCreateInstance,vkCreateInstance]]
3[source,c++]
4----
5VkResult vkCreateInstance(
6    const VkInstanceCreateInfo*                 pCreateInfo,
7    const VkAllocationCallbacks*                pAllocator,
8    VkInstance*                                 pInstance);
9----
10