mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
fix particle glow
This commit is contained in:
parent
5d260bc58f
commit
ab80a842aa
5 changed files with 20 additions and 3 deletions
|
|
@ -112,6 +112,7 @@ protected:
|
|||
GFXShaderConstHandle *mDeferredTargetParamsSC;
|
||||
GFXShaderConstHandle *mAlphaFactorSC;
|
||||
GFXShaderConstHandle *mAlphaScaleSC;
|
||||
GFXShaderConstHandle* mGlowSC;
|
||||
GFXShaderConstHandle *mSamplerDiffuse;
|
||||
GFXShaderConstHandle *mSamplerDeferredTex;
|
||||
GFXShaderConstHandle *mSamplerParaboloidLightMap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue