unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCreateSamplerYcbcrConversion.txt

11 lines
463 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateSamplerYcbcrConversion,vkCreateSamplerYcbcrConversion]]
[source,c++]
----
VkResult vkCreateSamplerYcbcrConversion(
VkDevice device,
const VkSamplerYcbcrConversionCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkSamplerYcbcrConversion* pYcbcrConversion);
----