VkNativeBufferFormatPropertiesOHOS
typedef struct VkNativeBufferFormatPropertiesOHOS {...} VkNativeBufferFormatPropertiesOHOS
Overview
The struct describes the format properties of the NativeBuffer.
Since: 10
Related module: Vulkan
Header file: vulkan_ohos.h
Summary
Member Variables
| Name | Description |
|---|---|
| VkStructureType sType | Struct type. |
| void* pNext | Pointer to the next-level struct. |
| VkFormat format | Format. |
| uint64_t externalFormat | Externally defined format. |
| VkFormatFeatureFlags formatFeatures | Features of the externally defined format. |
| VkComponentMapping samplerYcbcrConversionComponents | A group of VkComponentSwizzles. |
| VkSamplerYcbcrModelConversion suggestedYcbcrModel | Color model. |
| VkSamplerYcbcrRange suggestedYcbcrRange | Color value range. |
| VkChromaLocation suggestedXChromaOffset | X chrominance offset. |
| VkChromaLocation suggestedYChromaOffset | Y chrominance offset. |