mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 06:33:49 +00:00
should only need to set the brdf texture the once
This commit is contained in:
parent
ce4409db17
commit
c590c2df2b
2 changed files with 5 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ protected:
|
|||
GFXShaderConstHandle *probeLocalPosSC,
|
||||
GFXShaderConstBuffer *shaderConsts);
|
||||
|
||||
GFXTextureObject * mBrdfTexture;
|
||||
public:
|
||||
RenderProbeMgr();
|
||||
RenderProbeMgr(RenderInstType riType, F32 renderOrder, F32 processAddOrder);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue