VkCmdWriteAccelerationStructuresPropertiesKHRNative typedef

VkCmdWriteAccelerationStructuresPropertiesKHRNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 accelerationStructureCount, Pointer<Pointer<VkAccelerationStructureKHR>> pAccelerationStructures, Int32 queryType, Pointer<VkQueryPool> queryPool, Uint32 firstQuery)

Implementation

typedef VkCmdWriteAccelerationStructuresPropertiesKHRNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 accelerationStructureCount,
    Pointer<Pointer<VkAccelerationStructureKHR>> pAccelerationStructures,
    Int32 queryType,
    Pointer<VkQueryPool> queryPool,
    Uint32 firstQuery);