VkCmdWriteAccelerationStructuresPropertiesNV typedef

VkCmdWriteAccelerationStructuresPropertiesNV = void Function(Pointer<VkCommandBuffer> commandBuffer, int accelerationStructureCount, Pointer<Pointer<VkAccelerationStructureNV>> pAccelerationStructures, int queryType, Pointer<VkQueryPool> queryPool, int firstQuery)

Implementation

typedef VkCmdWriteAccelerationStructuresPropertiesNV = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int accelerationStructureCount,
    Pointer<Pointer<VkAccelerationStructureNV>> pAccelerationStructures,
    int queryType,
    Pointer<VkQueryPool> queryPool,
    int firstQuery);