// 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; ----