blob: b5fc0d34d1de9e8a0884dc96b9d38feb2142caab [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkSamplerMipmapMode,VkSamplerMipmapMode]]
[source,c++]
----
typedef enum VkSamplerMipmapMode {
VK_SAMPLER_MIPMAP_MODE_NEAREST = 0,
VK_SAMPLER_MIPMAP_MODE_LINEAR = 1,
} VkSamplerMipmapMode;
----