- moved the postprocessing CVARs to hwrenderer.

This commit is contained in:
Christoph Oelckers 2018-05-17 20:51:42 +02:00
commit 46a57fdfa1
9 changed files with 171 additions and 102 deletions

View file

@ -44,7 +44,7 @@
#include "g_levellocals.h"
#include "a_dynlight.h"
#include "textures/skyboxtexture.h"
#include "hwrenderer/shaders/hw_postprocessshader.h"
#include "hwrenderer/postprocessing/hw_postprocessshader.h"
void AddLightDefaults(FLightDefaults *defaults, double attnFactor);
void AddLightAssociation(const char *actor, const char *frame, const char *light);