mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 07:15:37 +00:00
Removed old fixed function code from GFX.
This commit is contained in:
parent
58d2e30af7
commit
5a933c00d3
53 changed files with 98 additions and 1646 deletions
|
|
@ -99,7 +99,7 @@ public:
|
|||
GFXShaderConstHandle* mMatInfoFlagsSC;
|
||||
|
||||
GFXShaderConstHandle* mTexHandlesSC[Material::MAX_TEX_PER_PASS];
|
||||
GFXShaderConstHandle* mRTParamsSC[TEXTURE_STAGE_COUNT];
|
||||
GFXShaderConstHandle* mRTParamsSC[GFX_TEXTURE_STAGE_COUNT];
|
||||
|
||||
GFXShaderConstHandle* mNodeTransforms;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue