|
@@ -868,6 +868,8 @@ public:
|
|
/// Sets the current stateblock (actually activated in ::updateStates)
|
|
/// Sets the current stateblock (actually activated in ::updateStates)
|
|
virtual void setStateBlock( GFXStateBlock *block );
|
|
virtual void setStateBlock( GFXStateBlock *block );
|
|
|
|
|
|
|
|
+ GFXStateBlock* getStateBlock() { return mNewStateBlock; }
|
|
|
|
+
|
|
/// This sets a stateblock directly from the description
|
|
/// This sets a stateblock directly from the description
|
|
/// structure. Its acceptable to use this for debug rendering
|
|
/// structure. Its acceptable to use this for debug rendering
|
|
/// and other low frequency rendering tasks.
|
|
/// and other low frequency rendering tasks.
|