summaryrefslogtreecommitdiff
path: root/gfx/renderable.cpp
blob: 3594968af023c435cb40994cfbe2bd4a5e01d066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "renderable.h"

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

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

void
Renderable::updateStencil(const ShadowStenciller &) const
{
}