VkDestroyAccelerationStructureNV typedef

VkDestroyAccelerationStructureNV = void Function(Pointer<VkDevice> device, Pointer<VkAccelerationStructureNV> accelerationStructure, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyAccelerationStructureNV = void Function(
    Pointer<VkDevice> device,
    Pointer<VkAccelerationStructureNV> accelerationStructure,
    Pointer<VkAllocationCallbacks> pAllocator);