MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Profiles / vkCreateInstance

Function vkCreateInstance

layer/profiles_interface.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42PROFILES_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo,
43 const VkAllocationCallbacks *pAllocator, VkInstance *pInstance) {
44 return CreateInstance(pCreateInfo, pAllocator, pInstance);
45}
46
47PROFILES_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceLayerProperties(uint32_t *pCount,
48 VkLayerProperties *pProperties) {

Callers 3

TestScaffoldMethod · 0.85
TestScaffoldMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by 3

TestScaffoldMethod · 0.68
TestScaffoldMethod · 0.68
initMethod · 0.68