- gl_clock moved to hwrenderer.

This commit is contained in:
Christoph Oelckers 2018-04-25 18:39:54 +02:00
commit cf8ee3130b
8 changed files with 8 additions and 9 deletions

View file

@ -28,7 +28,7 @@
#include "gl/system/gl_system.h"
#include "gl/shaders/gl_shader.h"
#include "gl/dynlights/gl_lightbuffer.h"
#include "gl/utility//gl_clock.h"
#include "hwrenderer/utility/hw_clock.h"
#include "hwrenderer/dynlights/hw_dynlightdata.h"
static const int INITIAL_BUFFER_SIZE = 160000; // This means 80000 lights per frame and 160000*16 bytes == 2.56 MB.