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

Vulkan.Extensions.VK_EXT_ycbcr_2plane_444_formats

Description

Name

VK_EXT_ycbcr_2plane_444_formats - device extension

VK_EXT_ycbcr_2plane_444_formats

Name String
VK_EXT_ycbcr_2plane_444_formats
Extension Type
Device extension
Registered Extension Number
331
Revision
1
Extension and Version Dependencies
  • Requires Vulkan 1.0
  • Requires VK_KHR_sampler_ycbcr_conversion
Contact

Other Extension Metadata

Last Modified Date
2020-07-28
IP Status
No known IP claims.
Contributors
  • Piers Daniell, NVIDIA
  • Ping Liu, Intel

Description

This extension adds some Y′CBCR formats that are in common use for video encode and decode, but were not part of the VK_KHR_sampler_ycbcr_conversion extension.

New Structures

New Enum Constants

Version History

  • Revision 1, 2020-03-08 (Piers Daniell)

    • Initial draft

See Also

PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT

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 PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT Source #

VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT - Structure describing whether the implementation supports additional 2-plane 444 Y′CBCR formats

Members

This structure describes the following feature:

Description

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

Valid Usage (Implicit)

See Also

VK_EXT_ycbcr_2plane_444_formats, Bool32, StructureType

Instances

Instances details
Eq PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_2plane_444_formats

Show PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_2plane_444_formats

Storable PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_2plane_444_formats

FromCStruct PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_2plane_444_formats

ToCStruct PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_2plane_444_formats

Zero PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_ycbcr_2plane_444_formats

type EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME = "VK_EXT_ycbcr_2plane_444_formats" Source #