VkResetQueryPoolNative typedef

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

Implementation

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