VkCreateQueryPoolNative typedef

VkCreateQueryPoolNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkQueryPoolCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkQueryPool>> pQueryPool)

Implementation

typedef VkCreateQueryPoolNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkQueryPoolCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkQueryPool>> pQueryPool);