Function VkDeviceCmds.CreateImageView

Commands for VK_VERSION_1_0

VkResult CreateImageView (
  VkDevice_T* device,
  const(VkImageViewCreateInfo)* pCreateInfo,
  const(VkAllocationCallbacks)* pAllocator,
  VkImageView_T** pView
);