diff options
Diffstat (limited to 'shaders/lightmap.hpp')
-rw-r--r-- | shaders/lightmap.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shaders/lightmap.hpp b/shaders/lightmap.hpp index e092c78e..f5c7d8c1 100644 --- a/shaders/lightmap.hpp +++ b/shaders/lightmap.hpp @@ -56,6 +56,8 @@ struct lightmap_shader final : GL::AbstractShaderProgram void end_accum(); void bind(); + static constexpr auto max_chunks = Vector2s(8, 8); + private: enum { ColorIntensityUniform = 0, |