• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkSamplerYcbcrConversionCreateInfo,VkSamplerYcbcrConversionCreateInfo]]
3[source,c++]
4----
5typedef struct VkSamplerYcbcrConversionCreateInfo {
6    VkStructureType                  sType;
7    const void*                      pNext;
8    VkFormat                         format;
9    VkSamplerYcbcrModelConversion    ycbcrModel;
10    VkSamplerYcbcrRange              ycbcrRange;
11    VkComponentMapping               components;
12    VkChromaLocation                 xChromaOffset;
13    VkChromaLocation                 yChromaOffset;
14    VkFilter                         chromaFilter;
15    VkBool32                         forceExplicitReconstruction;
16} VkSamplerYcbcrConversionCreateInfo;
17----
18