- moved renderstyle and colortables code to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:02:14 +02:00
commit 3e285d2261
18 changed files with 128 additions and 87 deletions

View file

@ -22,7 +22,7 @@
#include "vk_builders.h"
#include "engineerrors.h"
#include "r_data/renderstyle.h"
#include "renderstyle.h"
#include <ShaderLang.h>
#include <GlslangToSpv.h>