- removed obsolete gl_lightbuffer code.

This never worked properly and by now far better options are available to solve the problem of dynamic light data uploads.
This commit is contained in:
Christoph Oelckers 2014-06-30 13:30:10 +02:00
commit 54297acde4
8 changed files with 0 additions and 315 deletions

View file

@ -59,7 +59,6 @@
#include "gl/renderer/gl_renderstate.h"
#include "gl/data/gl_data.h"
#include "gl/data/gl_vertexbuffer.h"
#include "gl/dynlights/gl_lightbuffer.h"
#include "gl/scene/gl_drawinfo.h"
#include "gl/shaders/gl_shader.h"
#include "gl/textures/gl_texture.h"