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

Function GetDeviceProcAddr

icd/generated/function_definitions.h:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 return nullptr;
182}
183static VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char* pName) {
184 return GetInstanceProcAddr(nullptr, pName);
185}
186static VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo,
187 const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) {
188 *pDevice = (VkDevice)CreateDispObjHandle();

Callers

nothing calls this directly

Calls 1

GetInstanceProcAddrFunction · 0.85

Tested by

no test coverage detected