#include <texture.h>
Public Types | |
| typedef void | BaseType |
| typedef TextureSampleMode | ThisType |
Public Member Functions | |
| void | clear (void) |
| TextureSampleMode (void) | |
| TextureSampleMode (GLenum rMinFilter, GLenum rMagFilter, GLenum rWrapS, GLenum rWrapT, GLenum rWrapR) | |
Static Public Member Functions | |
| static TextureSampleMode | dontCare (void) |
| static TextureSampleMode | texelFetch (void) |
Public Attributes | |
| GLenum | magFilter |
| GLenum | minFilter |
| GLenum | wrapR |
| GLenum | wrapS |
| GLenum | wrapT |
Definition at line 9 of file wrap/glw/texture.h.
| typedef void glw::TextureSampleMode::BaseType |
Definition at line 13 of file wrap/glw/texture.h.
Definition at line 14 of file wrap/glw/texture.h.
| glw::TextureSampleMode::TextureSampleMode | ( | void | ) | [inline] |
Definition at line 22 of file wrap/glw/texture.h.
| glw::TextureSampleMode::TextureSampleMode | ( | GLenum | rMinFilter, |
| GLenum | rMagFilter, | ||
| GLenum | rWrapS, | ||
| GLenum | rWrapT, | ||
| GLenum | rWrapR | ||
| ) | [inline] |
Definition at line 27 of file wrap/glw/texture.h.
| void glw::TextureSampleMode::clear | ( | void | ) | [inline] |
Definition at line 37 of file wrap/glw/texture.h.
| static TextureSampleMode glw::TextureSampleMode::dontCare | ( | void | ) | [inline, static] |
Definition at line 46 of file wrap/glw/texture.h.
| static TextureSampleMode glw::TextureSampleMode::texelFetch | ( | void | ) | [inline, static] |
Definition at line 51 of file wrap/glw/texture.h.
Definition at line 17 of file wrap/glw/texture.h.
Definition at line 16 of file wrap/glw/texture.h.
Definition at line 20 of file wrap/glw/texture.h.
Definition at line 18 of file wrap/glw/texture.h.
Definition at line 19 of file wrap/glw/texture.h.