- moved the remaining core parts of the GL renderer to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-29 17:19:17 +02:00
commit 6cf91d3941
39 changed files with 61 additions and 70 deletions

View file

@ -33,7 +33,7 @@
#include "hw_viewpointuniforms.h"
#include "hw_lightbuffer.h"
#include "hw_cvars.h"
#include "hwrenderer/utility/hw_clock.h"
#include "hw_clock.h"
#include "flatvertices.h"
#include "hwrenderer/data/hw_viewpointbuffer.h"
#include "hwrenderer/data/shaderuniforms.h"