MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetDeviceProcAddr

Function GetDeviceProcAddr

tests/icd/test_icd.cpp:505–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505static VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char* pName) {
506 return GetInstanceProcAddr(nullptr, pName);
507}
508
509static VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo,
510 const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) {

Callers 9

DestroyMethod · 0.50
MemoryRequirementsMethod · 0.50
InitMethod · 0.50
GetDeviceProcAddrMethod · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 1

GetInstanceProcAddrFunction · 0.70

Tested by

no test coverage detected