summaryrefslogtreecommitdiff
path: root/gfx/models/mesh.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2026-03-04 16:53:58 +0000
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2026-03-04 16:53:58 +0000
commita6052168340f9831c766f76a3ec7b94da38da78a (patch)
treef508f7701a8d7ac0b1c1bfd674bd3c01ad65fcd2 /gfx/models/mesh.h
parentUpdate stencils and billboards less often (diff)
downloadilt-a6052168340f9831c766f76a3ec7b94da38da78a.tar.bz2
ilt-a6052168340f9831c766f76a3ec7b94da38da78a.tar.xz
ilt-a6052168340f9831c766f76a3ec7b94da38da78a.zip
Replace basic glVertexArray with a specific class ready for helpers
Diffstat (limited to 'gfx/models/mesh.h')
-rw-r--r--gfx/models/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/models/mesh.h b/gfx/models/mesh.h
index 8791aed..d6ac171 100644
--- a/gfx/models/mesh.h
+++ b/gfx/models/mesh.h
@@ -2,7 +2,7 @@
#include "config/types.h"
#include "gfx/gl/vertexArrayObject.h"
-#include <glArrays.h>
+#include <gfx/gl/glVertexArray.h>
#include <glad/gl.h>
#include <ranges>
#include <span>