vulkan-3.4: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Core10.Enums.ImageViewType

Synopsis

Documentation

newtype ImageViewType Source #

VkImageViewType - Image view types

Description

The exact image view type is partially implicit, based on the image’s type and sample count, as well as the view creation parameters as described in the image view compatibility table for createImageView. This table also shows which SPIR-V OpTypeImage Dim and Arrayed parameters correspond to each image view type.

See Also

ImageViewCreateInfo, PhysicalDeviceImageViewImageFormatInfoEXT

Constructors

ImageViewType Int32 

Instances

Instances details
Eq ImageViewType Source # 
Instance details

Defined in Vulkan.Core10.Enums.ImageViewType

Ord ImageViewType Source # 
Instance details

Defined in Vulkan.Core10.Enums.ImageViewType

Read ImageViewType Source # 
Instance details

Defined in Vulkan.Core10.Enums.ImageViewType

Show ImageViewType Source # 
Instance details

Defined in Vulkan.Core10.Enums.ImageViewType

Storable ImageViewType Source # 
Instance details

Defined in Vulkan.Core10.Enums.ImageViewType

Zero ImageViewType Source # 
Instance details

Defined in Vulkan.Core10.Enums.ImageViewType