VkCmdCopyQueryPoolResultsNative typedef

VkCmdCopyQueryPoolResultsNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkQueryPool> queryPool, Uint32 firstQuery, Uint32 queryCount, Pointer<VkBuffer> dstBuffer, Uint64 dstOffset, Uint64 stride, Uint32 flags)

Implementation

typedef VkCmdCopyQueryPoolResultsNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkQueryPool> queryPool,
    Uint32 firstQuery,
    Uint32 queryCount,
    Pointer<VkBuffer> dstBuffer,
    Uint64 dstOffset,
    Uint64 stride,
    Uint32 flags);