30 ,
bool blendingEnabled,
bool alphaToCoverageEnabled
48 virtual bool cullFaceEnabled(
void)
const;
50 virtual void setCullFaceEnabled(
bool val);
60 virtual bool blendingEnabled(
void)
const;
62 virtual void setBlendingEnabled(
bool val);
66 virtual bool alphaToCoverageEnabled(
void)
const;
68 virtual void setAlphaToCoverageEnabled(
bool val);
85 virtual void apply(
bool reverseZ)
const;
88 virtual const SetInts& modes(
void)
const;
91 virtual const SetInts& attributes(
void)
const;
102 virtual GLenum primitiveType()
const;
Contains the DtIndirectBlendEquation class declaration.
std::set< int > SetInts
Definition: DtCommonTypes.h:22
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
non virtual Container class for holding on to the different states that are found for indirect geomet...
Definition: DtIndirectOpenGLState.h:25
size_t operator()(const DtIndirectOpenGLState &key) const
Contains the DtIndirectBlendFunction class declaration.
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(DtMessage &msg, const makVrf::DtNetworkMessageAgentInterface &)
Hasher for the concurrent_unordered_map.
Definition: DtIndirectOpenGLState.h:138
bool myAlphaToCoverageEnabled
a2C enabled or not
Definition: DtIndirectOpenGLState.h:117
bool myBlendingEnabled
blending enabled or not
Definition: DtIndirectOpenGLState.h:114
DtIndirectBlendFunction myBlendFunction
the blending function
Definition: DtIndirectOpenGLState.h:120
non virtual container class for defining a blending function
Definition: DtIndirectBlendFunction.h:29
DtIndirectPolygonOffset myPolygonOffset
the polygon offset
Definition: DtIndirectOpenGLState.h:126
DtIndirectBlendEquation myBlendEquation
the blending equation
Definition: DtIndirectOpenGLState.h:123
SetInts mySetAttributes
Definition: DtIndirectOpenGLState.h:131
SetInts mySetModes
Definition: DtIndirectOpenGLState.h:130
non virtual container class for defining a blending equation
Definition: DtIndirectBlendEquation.h:30
unsigned int GLenum
Definition: DtGlTextureBufferObject.h:18
bool myCullFaceEnabled
culling enabled or not
Definition: DtIndirectOpenGLState.h:111
bool operator==(const DtTextureAtlasIndexParser::StringOrFloatAttrib &lhs, const DtTextureAtlasIndexParser::StringOrFloatAttrib &rhs)
needed for search comparison code
Definition: DtTextureAtlasIndexParser.h:153
non virtual container class for defining a polygon offset state
Definition: DtIndirectPolygonOffset.h:18
Contains DLL export macros.
GLenum myPrimitiveType
Definition: DtIndirectOpenGLState.h:128
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
Contains the DtIndirectPolygonOffset class declaration.