VkCmdBeginQueryIndexedEXT typedef

VkCmdBeginQueryIndexedEXT = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkQueryPool> queryPool, int query, int flags, int index)

Implementation

typedef VkCmdBeginQueryIndexedEXT = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkQueryPool> queryPool,
    int query,
    int flags,
    int index);