VkResetQueryPoolEXTNative typedef

VkResetQueryPoolEXTNative = Void Function(Pointer<VkDevice> device, Pointer<VkQueryPool> queryPool, Uint32 firstQuery, Uint32 queryCount)

Implementation

typedef VkResetQueryPoolEXTNative = Void Function(Pointer<VkDevice> device,
    Pointer<VkQueryPool> queryPool, Uint32 firstQuery, Uint32 queryCount);