vulkan-3.24.4: Bindings to the Vulkan graphics API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
Extension and Version Dependencies
  • Requires support for Vulkan 1.0
  • Requires VK_KHR_sampler_ycbcr_conversion to be enabled for any device-level functionality
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

PhysicalDeviceYcbcrImageArraysFeaturesEXT

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

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. PhysicalDeviceYcbcrImageArraysFeaturesEXT can also be used in the pNext chain of DeviceCreateInfo to selectively enable these features.

Valid Usage (Implicit)

See Also

VK_EXT_ycbcr_image_arrays, Bool32, StructureType

Constructors

PhysicalDeviceYcbcrImageArraysFeaturesEXT 

Fields

Instances

Instances details
Storable PhysicalDeviceYcbcrImageArraysFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_image_arrays

Show PhysicalDeviceYcbcrImageArraysFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_image_arrays

Eq PhysicalDeviceYcbcrImageArraysFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_image_arrays

FromCStruct PhysicalDeviceYcbcrImageArraysFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_image_arrays

ToCStruct PhysicalDeviceYcbcrImageArraysFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_image_arrays

Zero PhysicalDeviceYcbcrImageArraysFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_image_arrays

type EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME = "VK_EXT_ycbcr_image_arrays" Source #

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