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

Function GetCudaModuleCacheNV

icd/generated/function_definitions.h:3763–3767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3761 return VK_SUCCESS;
3762}
3763static VKAPI_ATTR VkResult VKAPI_CALL GetCudaModuleCacheNV(VkDevice device, VkCudaModuleNV module, size_t* pCacheSize,
3764 void* pCacheData) {
3765 // Not a CREATE or DESTROY function
3766 return VK_SUCCESS;
3767}
3768static VKAPI_ATTR VkResult VKAPI_CALL CreateCudaFunctionNV(VkDevice device, const VkCudaFunctionCreateInfoNV* pCreateInfo,
3769 const VkAllocationCallbacks* pAllocator, VkCudaFunctionNV* pFunction) {
3770 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected