VkCreateBuffer typedef

VkCreateBuffer = int Function(Pointer<VkDevice> device, Pointer<VkBufferCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkBuffer>> pBuffer)

Implementation

typedef VkCreateBuffer = int Function(
    Pointer<VkDevice> device,
    Pointer<VkBufferCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkBuffer>> pBuffer);