Ion
|
A SamplerInfo corresponds to an OpenGL Sampler Object. More...
#include "openglobjects.h"
Public Member Functions | |
SamplerInfo () | |
Public Attributes | |
GLenum | compare_func |
The comparison function and mode of the sampler. More... | |
GLenum | compare_mode |
GLfloat | max_anisotropy |
The max anisotropy of the sampler. More... | |
GLfloat | min_lod |
The min and max LOD of the sampler. More... | |
GLfloat | max_lod |
GLenum | min_filter |
The filter modes of the sampler. More... | |
GLenum | mag_filter |
GLenum | wrap_r |
The wrap modes of the sampler. More... | |
GLenum | wrap_s |
GLenum | wrap_t |
A SamplerInfo corresponds to an OpenGL Sampler Object.
Definition at line 237 of file openglobjects.h.
|
inline |
Definition at line 238 of file openglobjects.h.
GLenum ion::gfx::SamplerInfo< T >::compare_func |
The comparison function and mode of the sampler.
Definition at line 250 of file openglobjects.h.
GLenum ion::gfx::SamplerInfo< T >::compare_mode |
Definition at line 251 of file openglobjects.h.
GLenum ion::gfx::SamplerInfo< T >::mag_filter |
Definition at line 259 of file openglobjects.h.
GLfloat ion::gfx::SamplerInfo< T >::max_anisotropy |
The max anisotropy of the sampler.
Definition at line 253 of file openglobjects.h.
GLfloat ion::gfx::SamplerInfo< T >::max_lod |
Definition at line 256 of file openglobjects.h.
GLenum ion::gfx::SamplerInfo< T >::min_filter |
The filter modes of the sampler.
Definition at line 258 of file openglobjects.h.
GLfloat ion::gfx::SamplerInfo< T >::min_lod |
The min and max LOD of the sampler.
Definition at line 255 of file openglobjects.h.
GLenum ion::gfx::SamplerInfo< T >::wrap_r |
The wrap modes of the sampler.
Definition at line 261 of file openglobjects.h.
GLenum ion::gfx::SamplerInfo< T >::wrap_s |
Definition at line 262 of file openglobjects.h.
GLenum ion::gfx::SamplerInfo< T >::wrap_t |
Definition at line 263 of file openglobjects.h.