From 4fb70f8b9fa8531a6509bd1528545d11dc6d23d7 Mon Sep 17 00:00:00 2001 From: Lynix Date: Fri, 21 Feb 2014 19:45:21 +0100 Subject: [PATCH] Removed useless include and added TODO comment Former-commit-id: 99c33e1725fac1a5e08038b7bb013a7d72bc61c2 --- src/Nazara/Graphics/DeferredPhongLightingPass.cpp | 5 ----- src/Nazara/Graphics/ForwardRenderTechnique.cpp | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Nazara/Graphics/DeferredPhongLightingPass.cpp b/src/Nazara/Graphics/DeferredPhongLightingPass.cpp index 22d0a14ce..d56047b7e 100644 --- a/src/Nazara/Graphics/DeferredPhongLightingPass.cpp +++ b/src/Nazara/Graphics/DeferredPhongLightingPass.cpp @@ -2,15 +2,10 @@ // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp -#ifndef NAZARA_RENDERER_OPENGL -#define NAZARA_RENDERER_OPENGL -#endif // NAZARA_RENDERER_OPENGL - #include #include #include #include -#include #include #include #include diff --git a/src/Nazara/Graphics/ForwardRenderTechnique.cpp b/src/Nazara/Graphics/ForwardRenderTechnique.cpp index 15f291fdd..98d688226 100644 --- a/src/Nazara/Graphics/ForwardRenderTechnique.cpp +++ b/src/Nazara/Graphics/ForwardRenderTechnique.cpp @@ -18,6 +18,8 @@ #include #include +///TODO: Surveiller les shaders et supprimer les données uniformes en cas de changement (recompilation/destruction) + namespace { static NzIndexBuffer* s_indexBuffer = nullptr;