Split r_main into r_viewport, r_scene and r_light

This commit is contained in:
Magnus Norddahl 2017-01-12 16:21:46 +01:00
commit 80e1844d6c
63 changed files with 893 additions and 945 deletions

View file

@ -27,6 +27,7 @@
#include "r_data/r_translate.h"
#include "poly_particle.h"
#include "polyrenderer/poly_renderer.h"
#include "swrenderer/scene/r_light.h"
void RenderPolyParticle::Render(const TriMatrix &worldToClip, const Vec4f &clipPlane, particle_t *particle, subsector_t *sub, uint32_t subsectorDepth, uint32_t stencilValue)
{