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

Vulkan.Extensions.VK_EXT_filter_cubic

Synopsis

Documentation

data PhysicalDeviceImageViewImageFormatInfoEXT Source #

VkPhysicalDeviceImageViewImageFormatInfoEXT - Structure for providing image view type

Valid Usage (Implicit)

See Also

ImageViewType, StructureType

Constructors

PhysicalDeviceImageViewImageFormatInfoEXT 

Fields

Instances

Instances details
Eq PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

Show PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

Generic PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

Storable PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

FromCStruct PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

ToCStruct PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

Zero PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

type Rep PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

type Rep PhysicalDeviceImageViewImageFormatInfoEXT = D1 ('MetaData "PhysicalDeviceImageViewImageFormatInfoEXT" "Vulkan.Extensions.VK_EXT_filter_cubic" "vulkan-3.6.3-inplace" 'False) (C1 ('MetaCons "PhysicalDeviceImageViewImageFormatInfoEXT" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageViewType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImageViewType)))

data FilterCubicImageViewImageFormatPropertiesEXT Source #

VkFilterCubicImageViewImageFormatPropertiesEXT - Structure for querying cubic filtering capabilities of an image view type

Valid Usage (Implicit)

Valid Usage

See Also

Bool32, StructureType

Constructors

FilterCubicImageViewImageFormatPropertiesEXT 

Fields

  • filterCubic :: Bool

    filterCubic tells if image format, image type and image view type can be used with cubic filtering. This field is set by the implementation. User-specified value is ignored.

  • filterCubicMinmax :: Bool

    filterCubicMinmax tells if image format, image type and image view type can be used with cubic filtering and minmax filtering. This field is set by the implementation. User-specified value is ignored.

Instances

Instances details
Eq FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

Show FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

Generic FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

Storable FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

FromCStruct FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

ToCStruct FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

Zero FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

type Rep FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_filter_cubic

type Rep FilterCubicImageViewImageFormatPropertiesEXT = D1 ('MetaData "FilterCubicImageViewImageFormatPropertiesEXT" "Vulkan.Extensions.VK_EXT_filter_cubic" "vulkan-3.6.3-inplace" 'False) (C1 ('MetaCons "FilterCubicImageViewImageFormatPropertiesEXT" 'PrefixI 'True) (S1 ('MetaSel ('Just "filterCubic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "filterCubicMinmax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

pattern EXT_FILTER_CUBIC_SPEC_VERSION :: forall a. Integral a => a Source #

type EXT_FILTER_CUBIC_EXTENSION_NAME = "VK_EXT_filter_cubic" Source #

pattern EXT_FILTER_CUBIC_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #