mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 23:05:38 +00:00
Fix PrimBuild with non Fixed Function Pipeline.
This commit is contained in:
parent
c354f59b72
commit
fa1b2d87b1
2 changed files with 13 additions and 0 deletions
|
|
@ -868,6 +868,8 @@ public:
|
|||
/// Sets the current stateblock (actually activated in ::updateStates)
|
||||
virtual void setStateBlock( GFXStateBlock *block );
|
||||
|
||||
GFXStateBlock* getStateBlock() { return mNewStateBlock; }
|
||||
|
||||
/// This sets a stateblock directly from the description
|
||||
/// structure. Its acceptable to use this for debug rendering
|
||||
/// and other low frequency rendering tasks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue