VkGetQueryPoolResultsNative typedef

VkGetQueryPoolResultsNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkQueryPool> queryPool, Uint32 firstQuery, Uint32 queryCount, Uint64 dataSize, Pointer<NativeType> pData, Uint64 stride, Uint32 flags)

Implementation

typedef VkGetQueryPoolResultsNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkQueryPool> queryPool,
    Uint32 firstQuery,
    Uint32 queryCount,
    Uint64 dataSize,
    Pointer pData,
    Uint64 stride,
    Uint32 flags);