Support Forum G3D Web Page |
A class holding all of the parameters one would want to use to when accessing a Texture, and an associated OpenGL Sampler Object
More...
Public Member Functions | |
~GLSamplerObject () | |
unsigned int | openGLID () const |
const Sampler & | sampler () const |
Static Public Member Functions | |
static void | clearCache () |
static shared_ptr< GLSamplerObject > | create (const Sampler &s) |
Friends | |
class | Shader |
A class holding all of the parameters one would want to use to when accessing a Texture, and an associated OpenGL Sampler Object
Abstraction of OpenGL Sampler Objects. This class can be used with raw OpenGL, without RenderDevice.
G3D::GLSamplerObject::~GLSamplerObject | ( | ) |
|
static |
|
static |
|
inline |
|
inline |
|
friend |