11 lines
374 B
Plaintext
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;
|
||
|
|
----
|