10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
// 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;
|
|
----
|