• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# VkNativeBufferFormatPropertiesOHOS
2
3<!--Kit: ArkGraphics 2D-->
4<!--Subsystem: Graphic-->
5<!--Owner: @andrew1993-->
6<!--Designer: @ext4FAT1-->
7<!--Tester: @nobuggers-->
8<!--Adviser: @ge-yafang-->
9
10## 概述
11
12包含了NativeBuffer的一些格式属性。
13
14**起始版本:** 10
15
16**相关模块:** [Vulkan](capi-vulkan.md)
17
18**所在头文件:** [vulkan_ohos.h](capi-vulkan-ohos-h.md)
19
20## 汇总
21
22### 成员变量
23
24| 名称 | 描述 |
25| -- | -- |
26| VkStructureType sType | 结构体类型。 |
27| void* pNext | 下一级结构体指针。 |
28| VkFormat format | 格式说明。 |
29| uint64_t externalFormat | 外部定义的格式标识符。 |
30| VkFormatFeatureFlags formatFeatures | 描述了与externalFormat对应的能力。 |
31| VkComponentMapping samplerYcbcrConversionComponents | 表示一组VkComponentSwizzle。 |
32| VkSamplerYcbcrModelConversion suggestedYcbcrModel | 色彩模型。 |
33| VkSamplerYcbcrRange suggestedYcbcrRange | 色彩数值范围。 |
34| VkChromaLocation suggestedXChromaOffset | X色度偏移。 |
35| VkChromaLocation suggestedYChromaOffset | Y色度偏移。 |
36
37
38