1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkCreateSampler,vkCreateSampler]] 3[source,c++] 4---- 5VkResult vkCreateSampler( 6 VkDevice device, 7 const VkSamplerCreateInfo* pCreateInfo, 8 const VkAllocationCallbacks* pAllocator, 9 VkSampler* pSampler); 10---- 11