- removed dependencies on GL-API related classes from gl_walls.cpp and gl_sky.cpp

Not complete yet, but at least the GLWall memberes no longer reference GLSceneDrawer and the implementation dependent parts of FDrawInfo.
This commit is contained in:
Christoph Oelckers 2018-04-25 14:58:13 +02:00
commit 982776d48d
12 changed files with 143 additions and 139 deletions

View file

@ -47,6 +47,7 @@
#include "m_fixed.h"
#include "textures/warpbuffer.h"
#include "hwrenderer/textures/hw_material.h"
#include "hwrenderer/textures/hw_ihwtexture.h"
FTexture *CreateBrightmapTexture(FTexture*);