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

Vulkan.Extensions.VK_EXT_4444_formats

Synopsis

Documentation

data PhysicalDevice4444FormatsFeaturesEXT Source #

VkPhysicalDevice4444FormatsFeaturesEXT - Structure describing additional 4444 formats supported by an implementation

Members

The members of the PhysicalDevice4444FormatsFeaturesEXT structure describe the following features:

Valid Usage (Implicit)

See Also

Bool32, StructureType

Instances

Instances details
Eq PhysicalDevice4444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_4444_formats

Show PhysicalDevice4444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_4444_formats

Generic PhysicalDevice4444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_4444_formats

Storable PhysicalDevice4444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_4444_formats

FromCStruct PhysicalDevice4444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_4444_formats

ToCStruct PhysicalDevice4444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_4444_formats

Zero PhysicalDevice4444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_4444_formats

type Rep PhysicalDevice4444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_4444_formats

type Rep PhysicalDevice4444FormatsFeaturesEXT = D1 ('MetaData "PhysicalDevice4444FormatsFeaturesEXT" "Vulkan.Extensions.VK_EXT_4444_formats" "vulkan-3.6.9-inplace" 'False) (C1 ('MetaCons "PhysicalDevice4444FormatsFeaturesEXT" 'PrefixI 'True) (S1 ('MetaSel ('Just "formatA4R4G4B4") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "formatA4B4G4R4") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

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

type EXT_4444_FORMATS_EXTENSION_NAME = "VK_EXT_4444_formats" Source #

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