summaryrefslogtreecommitdiffhomepage
path: root/shaders/lightmap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/lightmap.hpp')
-rw-r--r--shaders/lightmap.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/shaders/lightmap.hpp b/shaders/lightmap.hpp
index b885501a..4c9e4b7b 100644
--- a/shaders/lightmap.hpp
+++ b/shaders/lightmap.hpp
@@ -117,9 +117,6 @@ private:
GL::Mesh occlusion_mesh{NoCreate};
static constexpr auto starting_capacity = 1; // todo
- GL::Buffer light_vertex_buf{NoCreate};
- GL::Mesh light_mesh{NoCreate};
-
GL::Mesh blend_mesh{NoCreate};
[[nodiscard]] std::array<Vector3, 4>& alloc_rect();