VkCmdEndQueryIndexedEXTNative typedef

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

Implementation

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