diff options
author | numzero <numzer0@yandex.ru> | 2023-04-02 21:19:58 +0300 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2023-04-07 17:42:54 +0200 |
commit | 6a152e86298502e587da4744c9f5bfab1d0ddf81 (patch) | |
tree | 8b36cc79f8e00274a4bb009d0156d2fd28cbe1d4 /source/Irrlicht/OpenGL/FixedPipelineRenderer.h | |
parent | 718ba69e1b81fe8149bdd637379cb37c7394d9c4 (diff) | |
download | irrlicht-6a152e86298502e587da4744c9f5bfab1d0ddf81.tar.xz |
OpenGL3: Drop unused material property uniforms
Diffstat (limited to 'source/Irrlicht/OpenGL/FixedPipelineRenderer.h')
-rw-r--r-- | source/Irrlicht/OpenGL/FixedPipelineRenderer.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/Irrlicht/OpenGL/FixedPipelineRenderer.h b/source/Irrlicht/OpenGL/FixedPipelineRenderer.h index cfbb3b6..9613d20 100644 --- a/source/Irrlicht/OpenGL/FixedPipelineRenderer.h +++ b/source/Irrlicht/OpenGL/FixedPipelineRenderer.h @@ -28,13 +28,6 @@ protected: s32 WVMatrixID; s32 NMatrixID; - s32 GlobalAmbientID; - s32 MaterialAmbientID; - s32 MaterialDiffuseID; - s32 MaterialEmissiveID; - s32 MaterialSpecularID; - s32 MaterialShininessID; - s32 FogEnableID; s32 FogTypeID; s32 FogColorID; |