Function VkDeviceCmds.CreateBufferView

Commands for VK_VERSION_1_0

VkResult CreateBufferView (
  VkDevice_T* device,
  const(VkBufferViewCreateInfo)* pCreateInfo,
  const(VkAllocationCallbacks)* pAllocator,
  VkBufferView_T** pView
);