blob: eec2205c2902c384327b473931fc95177c91a47c [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkSamplerYcbcrConversionInfo,VkSamplerYcbcrConversionInfo]]
[source,c++]
----
typedef struct VkSamplerYcbcrConversionInfo {
VkStructureType sType;
const void* pNext;
VkSamplerYcbcrConversion conversion;
} VkSamplerYcbcrConversionInfo;
----