#include <GteSamplerState.h>
Public Member Functions | |
SamplerState () | |
Public Member Functions inherited from gte::GraphicsObject | |
std::string const & | GetName () const |
GraphicsObjectType | GetType () const |
bool | IsBuffer () const |
bool | IsDrawingState () const |
bool | IsShader () const |
bool | IsTexture () const |
bool | IsTextureArray () const |
void | SetName (std::string const &name) |
virtual | ~GraphicsObject () |
Public Attributes | |
Vector4< float > | borderColor |
Comparison | comparison |
Filter | filter |
unsigned int | maxAnisotropy |
float | maxLOD |
float | minLOD |
float | mipLODBias |
Mode | mode [3] |
Static Public Attributes | |
static int const | shaderDataLookup = 6 |
Additional Inherited Members | |
Static Public Member Functions inherited from gte::GraphicsObject | |
static void | SubscribeForDestruction (std::shared_ptr< ListenerForDestruction > const &listener) |
static void | UnsubscribeForDestruction (std::shared_ptr< ListenerForDestruction > const &listener) |
Protected Member Functions inherited from gte::DrawingState | |
DrawingState () | |
Protected Member Functions inherited from gte::GraphicsObject | |
GraphicsObject () | |
Protected Attributes inherited from gte::GraphicsObject | |
std::string | mName |
GraphicsObjectType | mType |
Definition at line 16 of file GteSamplerState.h.
SamplerState::SamplerState | ( | ) |
Definition at line 13 of file GteSamplerState.cpp.
Vector4<float> gte::SamplerState::borderColor |
Definition at line 75 of file GteSamplerState.h.
Comparison gte::SamplerState::comparison |
Definition at line 74 of file GteSamplerState.h.
Filter gte::SamplerState::filter |
Definition at line 70 of file GteSamplerState.h.
unsigned int gte::SamplerState::maxAnisotropy |
Definition at line 73 of file GteSamplerState.h.
float gte::SamplerState::maxLOD |
Definition at line 77 of file GteSamplerState.h.
float gte::SamplerState::minLOD |
Definition at line 76 of file GteSamplerState.h.
float gte::SamplerState::mipLODBias |
Definition at line 72 of file GteSamplerState.h.
Mode gte::SamplerState::mode[3] |
Definition at line 71 of file GteSamplerState.h.
|
static |
Definition at line 81 of file GteSamplerState.h.