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

Function DestroyTensorARM

icd/generated/function_definitions.h:4272–4274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4270 return VK_SUCCESS;
4271}
4272static VKAPI_ATTR void VKAPI_CALL DestroyTensorARM(VkDevice device, VkTensorARM tensor, const VkAllocationCallbacks* pAllocator) {
4273 // Destroy object
4274}
4275static VKAPI_ATTR VkResult VKAPI_CALL CreateTensorViewARM(VkDevice device, const VkTensorViewCreateInfoARM* pCreateInfo,
4276 const VkAllocationCallbacks* pAllocator, VkTensorViewARM* pView) {
4277 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected