summaryrefslogtreecommitdiff
path: root/gfx/renderable.cpp
blob: 03401898476b43df5e4b73e3030850cce91d3411 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "renderable.h"

void
Renderable::lights(const SceneShader &) const
{
}

void
Renderable::shadows(const ShadowMapper &) const
{
}