vkCreateInstance | NVK Search
  1. No Results
Categories
vkCreateInstance Create a new Vulkan instance Syntax
VkResult vkCreateInstance();
Parameters pCreateInfo VkInstanceCreateInfo reference to an instance of VkInstanceCreateInfo controlling creation of the instance. pAllocator VkAllocationCallbacks controls host memory allocation as described in the <> chapter. pInstance VkInstance references a VkInstance handle in which the resulting instance is returned.