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

Function CreateViSurfaceNN

icd/generated/function_definitions.h:2967–2972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2965
2966#ifdef VK_USE_PLATFORM_VI_NN
2967static 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 */
2974static VKAPI_ATTR void VKAPI_CALL CmdBeginConditionalRenderingEXT(
2975 VkCommandBuffer commandBuffer, const VkConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin) {

Callers 1

vkCreateViSurfaceNNFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected