| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Vulkan.Extensions.VK_EXT_ycbcr_image_arrays
Description
Name
VK_EXT_ycbcr_image_arrays - device extension
VK_EXT_ycbcr_image_arrays
- Name String
VK_EXT_ycbcr_image_arrays
- Extension Type
- Device extension
- Registered Extension Number
- 253
- Revision
- 1
- Ratification Status
- Ratified
- Extension and Version Dependencies
- VK_KHR_sampler_ycbcr_conversion or Vulkan Version 1.1
- Contact
Other Extension Metadata
- Last Modified Date
- 2019-01-15
- Contributors
- Piers Daniell, NVIDIA
Description
This extension allows images of a format that requires Y′CBCR conversion to be created with multiple array layers, which is otherwise restricted.
New Structures
New Enum Constants
Version History
Revision 1, 2019-01-15 (Piers Daniell)
- Initial revision
See Also
No cross-references are available
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 PhysicalDeviceYcbcrImageArraysFeaturesEXT = PhysicalDeviceYcbcrImageArraysFeaturesEXT {}
- type EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION = 1
- pattern EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION :: Integral a => a
- type EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME = "VK_EXT_ycbcr_image_arrays"
- pattern EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME :: (Eq a, IsString a) => a
Documentation
data PhysicalDeviceYcbcrImageArraysFeaturesEXT Source #
VkPhysicalDeviceYcbcrImageArraysFeaturesEXT - Structure describing extended Y′CBCR image creation features that can be supported by an implementation
Members
This structure describes the following feature:
Description
If the PhysicalDeviceYcbcrImageArraysFeaturesEXT 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. If the application wishes to use a
Device with any features described by
PhysicalDeviceYcbcrImageArraysFeaturesEXT, it must add an instance
of the structure, with the desired feature members set to
TRUE, to the pNext chain of
DeviceCreateInfo when creating the
Device.
Valid Usage (Implicit)
See Also
Constructors
| PhysicalDeviceYcbcrImageArraysFeaturesEXT | |
Fields
| |
Instances
type EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION = 1 Source #
pattern EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION :: Integral a => a Source #
type EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME = "VK_EXT_ycbcr_image_arrays" Source #
pattern EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME :: (Eq a, IsString a) => a Source #