VkCmdCopyAccelerationStructureNVNative typedef

VkCmdCopyAccelerationStructureNVNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkAccelerationStructureNV> dst, Pointer<VkAccelerationStructureNV> src, Int32 mode)

Implementation

typedef VkCmdCopyAccelerationStructureNVNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkAccelerationStructureNV> dst,
    Pointer<VkAccelerationStructureNV> src,
    Int32 mode);