VkCreateBufferViewNative typedef

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

Implementation

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