vulkan-3.0.0.0: Bindings to the Vulkan graphics API.

Safe HaskellNone
LanguageHaskell2010

Graphics.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

Instances
Show PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_EXT_filter_cubic

Storable PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_EXT_filter_cubic

FromCStruct PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_EXT_filter_cubic

ToCStruct PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_EXT_filter_cubic

Zero PhysicalDeviceImageViewImageFormatInfoEXT Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_EXT_filter_cubic

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
Show FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_EXT_filter_cubic

Storable FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_EXT_filter_cubic

FromCStruct FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_EXT_filter_cubic

ToCStruct FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_EXT_filter_cubic

Zero FilterCubicImageViewImageFormatPropertiesEXT Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_EXT_filter_cubic

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 #