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. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 guidance-on-ndk-libc-interfaces-affected-by-permissions
openharmony 鸿蒙 capi-vulkan-ohbufferhandle
openharmony 鸿蒙 vulkan-overview