VkCmdBeginQueryIndexedEXTNative typedef

VkCmdBeginQueryIndexedEXTNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkQueryPool> queryPool, Uint32 query, Uint32 flags, Uint32 index)

Implementation

typedef VkCmdBeginQueryIndexedEXTNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkQueryPool> queryPool,
    Uint32 query,
    Uint32 flags,
    Uint32 index);