VkCmdCopyAccelerationStructureNV typedef

VkCmdCopyAccelerationStructureNV = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkAccelerationStructureNV> dst, Pointer<VkAccelerationStructureNV> src, int mode)

Implementation

typedef VkCmdCopyAccelerationStructureNV = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkAccelerationStructureNV> dst,
    Pointer<VkAccelerationStructureNV> src,
    int mode);