VkCreateBufferView typedef

VkCreateBufferView = int Function(Pointer<VkDevice> device, Pointer<VkBufferViewCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkBufferView>> pView)

Implementation

typedef VkCreateBufferView = int Function(
    Pointer<VkDevice> device,
    Pointer<VkBufferViewCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkBufferView>> pView);