unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkSamplerYcbcrConversionInfo.txt

11 lines
374 B
Plaintext

// 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;
----