WIP shader work - not complete!

This commit is contained in:
Tim Barnes 2018-11-02 09:08:45 +10:00
parent a44d885885
commit 6e17475f86
52 changed files with 1315 additions and 589 deletions

View file

@ -142,6 +142,7 @@ protected:
GFXShaderConstHandle *mAccumTimeSC;
GFXShaderConstHandle *mDeltaTimeSC;
GFXShaderConstHandle *mInvCameraMatSC;
GFXShaderConstHandle *mMatCameraToWorldSC;
bool mAllowReflectPass;