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