VkCreateCommandPoolNative typedef

VkCreateCommandPoolNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkCommandPoolCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkCommandPool>> pCommandPool)

Implementation

typedef VkCreateCommandPoolNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkCommandPoolCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkCommandPool>> pCommandPool);