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

Function vkGetInstanceProcAddr

layer/profiles_interface.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36extern "C" {
37
38PROFILES_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(VkInstance instance, const char *pName) {
39 return GetInstanceProcAddr(instance, pName);
40}
41
42PROFILES_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo,
43 const VkAllocationCallbacks *pAllocator, VkInstance *pInstance) {

Callers 1

SetUpTestSuiteMethod · 0.85

Calls

no outgoing calls

Tested by 1

SetUpTestSuiteMethod · 0.68