1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkSamplerMipmapMode,VkSamplerMipmapMode]]
3[source,c++]
4----
5typedef enum VkSamplerMipmapMode {
6 VK_SAMPLER_MIPMAP_MODE_NEAREST = 0,
7 VK_SAMPLER_MIPMAP_MODE_LINEAR = 1,
8} VkSamplerMipmapMode;
9----
10