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

Function DestroyTensorViewARM

icd/generated/function_definitions.h:4281–4284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4279 return VK_SUCCESS;
4280}
4281static VKAPI_ATTR void VKAPI_CALL DestroyTensorViewARM(VkDevice device, VkTensorViewARM tensorView,
4282 const VkAllocationCallbacks* pAllocator) {
4283 // Destroy object
4284}
4285static VKAPI_ATTR void VKAPI_CALL GetTensorMemoryRequirementsARM(VkDevice device, const VkTensorMemoryRequirementsInfoARM* pInfo,
4286 VkMemoryRequirements2* pMemoryRequirements) {
4287 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected