Safe Haskell | None |
---|---|
Language | Haskell2010 |
Name
VK_EXT_4444_formats - device extension
VK_EXT_4444_formats
- Name String
VK_EXT_4444_formats
- Extension Type
- Device extension
- Registered Extension Number
- 341
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Requires
VK_KHR_get_physical_device_properties2
- Contact
Other Extension Metadata
- Last Modified Date
- 2020-07-28
- IP Status
- No known IP claims.
- Contributors
- Joshua Ashton, Valve
- Jason Ekstrand, Intel
Description
This extension defines the
FORMAT_A4R4G4B4_UNORM_PACK16_EXT
and
FORMAT_A4B4G4R4_UNORM_PACK16_EXT
formats
which are defined in other current graphics APIs.
This extension may be useful for building translation layers for those APIs or for porting applications that use these formats without having to resort to swizzles.
When VK_EXT_custom_border_color is used, these formats are not subject to the same restrictions for border color without format as with VK_FORMAT_B4G4R4A4_UNORM_PACK16.
New Structures
New Enum Constants
EXT_4444_FORMATS_SPEC_VERSION
Extending
Format
:Extending
StructureType
:
Version History
Revision 1, 2020-07-04 (Joshua Ashton)
- Initial draft
See Also
PhysicalDevice4444FormatsFeaturesEXT
Document Notes
For more information, see the Vulkan Specification
This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.
Synopsis
- data PhysicalDevice4444FormatsFeaturesEXT = PhysicalDevice4444FormatsFeaturesEXT {}
- type EXT_4444_FORMATS_SPEC_VERSION = 1
- pattern EXT_4444_FORMATS_SPEC_VERSION :: forall a. Integral a => a
- type EXT_4444_FORMATS_EXTENSION_NAME = "VK_EXT_4444_formats"
- pattern EXT_4444_FORMATS_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data PhysicalDevice4444FormatsFeaturesEXT Source #
VkPhysicalDevice4444FormatsFeaturesEXT - Structure describing additional 4444 formats supported by an implementation
Members
This structure describes the following features:
Description
If the PhysicalDevice4444FormatsFeaturesEXT
structure is included in
the pNext
chain of the
PhysicalDeviceFeatures2
structure passed to
getPhysicalDeviceFeatures2
,
it is filled in to indicate whether each corresponding feature is
supported. PhysicalDevice4444FormatsFeaturesEXT
can also be used in
the pNext
chain of DeviceCreateInfo
to
selectively enable these features.
Valid Usage (Implicit)
See Also
PhysicalDevice4444FormatsFeaturesEXT | |
|
Instances
type EXT_4444_FORMATS_SPEC_VERSION = 1 Source #
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 #