11 lines
463 B
Plaintext
11 lines
463 B
Plaintext
|
|
// 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);
|
||
|
|
----
|