Saga3D API Documentation  1.0-RC4
EMipMapModes.h
Go to the documentation of this file.
1 #ifndef __E_MIPMAP_MODES_H_INCLUDED__
2 #define __E_MIPMAP_MODES_H_INCLUDED__
3 
4 namespace saga
5 {
6 namespace video
7 {
8 
9 enum class E_MIPMAP_MODE {
10  NEAREST,
11  LINEAR,
12  CUBIC
13 };
14 
15 } // namespace video
16 } // namespace saga
17 
18 #endif // __E_MIPMAP_MODES_H_INCLUDED__
19 
saga::video::E_MIPMAP_MODE::NEAREST
@ NEAREST
saga::video::E_MIPMAP_MODE::CUBIC
@ CUBIC
saga::video::E_MIPMAP_MODE::LINEAR
@ LINEAR
saga::video::E_MIPMAP_MODE
E_MIPMAP_MODE
Definition: EMipMapModes.h:9
saga
Definition: aabbox3d.h:11