#include <GteGL4SamplerState.h>

Public Member Functions | |
| SamplerState * | GetSamplerState () |
| GL4SamplerState (SamplerState const *samplerState) | |
| virtual | ~GL4SamplerState () |
Public Member Functions inherited from gte::GL4GraphicsObject | |
| GLuint | GetGLHandle () const |
| virtual void | SetName (std::string const &name) override |
Public Member Functions inherited from gte::GEObject | |
| GraphicsObject * | GetGraphicsObject () const |
| std::string const & | GetName () const |
| virtual | ~GEObject () |
Static Public Member Functions | |
| static std::shared_ptr< GEObject > | Create (void *unused, GraphicsObject const *object) |
Static Private Attributes | |
| static GLint const | msMode [] |
Additional Inherited Members | |
Protected Member Functions inherited from gte::GL4DrawingState | |
| GL4DrawingState (DrawingState const *gtState) | |
Protected Member Functions inherited from gte::GL4GraphicsObject | |
| GL4GraphicsObject (GraphicsObject const *gtObject) | |
Protected Member Functions inherited from gte::GEObject | |
| GEObject (GraphicsObject const *gtObject) | |
Protected Attributes inherited from gte::GL4GraphicsObject | |
| GLuint | mGLHandle |
Protected Attributes inherited from gte::GEObject | |
| GraphicsObject * | mGTObject |
| std::string | mName |
Definition at line 16 of file GteGL4SamplerState.h.
|
virtual |
Definition at line 13 of file GteGL4SamplerState.cpp.
| GL4SamplerState::GL4SamplerState | ( | SamplerState const * | samplerState | ) |
Definition at line 18 of file GteGL4SamplerState.cpp.
|
static |
Definition at line 84 of file GteGL4SamplerState.cpp.
|
inline |
Definition at line 32 of file GteGL4SamplerState.h.
|
staticprivate |
Definition at line 29 of file GteGL4SamplerState.h.