| 2965 | |
| 2966 | #ifdef VK_USE_PLATFORM_VI_NN |
| 2967 | static VKAPI_ATTR VkResult VKAPI_CALL CreateViSurfaceNN(VkInstance instance, const VkViSurfaceCreateInfoNN* pCreateInfo, |
| 2968 | const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) { |
| 2969 | unique_lock_t lock(global_lock); |
| 2970 | *pSurface = (VkSurfaceKHR)global_unique_handle++; |
| 2971 | return VK_SUCCESS; |
| 2972 | } |
| 2973 | #endif /* VK_USE_PLATFORM_VI_NN */ |
| 2974 | static VKAPI_ATTR void VKAPI_CALL CmdBeginConditionalRenderingEXT( |
| 2975 | VkCommandBuffer commandBuffer, const VkConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin) { |
no outgoing calls
no test coverage detected