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

Function vkCreateMacOSSurfaceMVK

icd/mock_icd.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174#ifdef VK_USE_PLATFORM_MACOS_MVK
175
176EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateMacOSSurfaceMVK(VkInstance instance, const VkMacOSSurfaceCreateInfoMVK* pCreateInfo,
177 const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) {
178 return vkmock::CreateMacOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurface);
179}
180#endif /* VK_USE_PLATFORM_MACOS_MVK */
181
182} // end extern "C"

Callers 1

AppCreateMacOSSurfaceFunction · 0.85

Calls 1

CreateMacOSSurfaceMVKFunction · 0.85

Tested by

no test coverage detected