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

Function CreateCuFunctionNVX

icd/generated/function_definitions.h:2890–2895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2888 return VK_SUCCESS;
2889}
2890static VKAPI_ATTR VkResult VKAPI_CALL CreateCuFunctionNVX(VkDevice device, const VkCuFunctionCreateInfoNVX* pCreateInfo,
2891 const VkAllocationCallbacks* pAllocator, VkCuFunctionNVX* pFunction) {
2892 unique_lock_t lock(global_lock);
2893 *pFunction = (VkCuFunctionNVX)global_unique_handle++;
2894 return VK_SUCCESS;
2895}
2896static VKAPI_ATTR void VKAPI_CALL DestroyCuModuleNVX(VkDevice device, VkCuModuleNVX module,
2897 const VkAllocationCallbacks* pAllocator) {
2898 // Destroy object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected