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

11 lines
410 B
Plaintext
Raw Normal View History

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