summaryrefslogtreecommitdiff
path: root/lib/glContainer.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2026-03-06 14:11:38 +0000
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2026-03-06 14:11:38 +0000
commit182f823116458ad357823f4cc56638980aafa0f6 (patch)
treeb6937e27e6d2875d8242e40645929f12138712c4 /lib/glContainer.h
parentDefine SequentialCollection in terms of contiguous_range (diff)
downloadilt-182f823116458ad357823f4cc56638980aafa0f6.tar.bz2
ilt-182f823116458ad357823f4cc56638980aafa0f6.tar.xz
ilt-182f823116458ad357823f4cc56638980aafa0f6.zip
Replace generic glBuffer type alias with a full implementation
Adds wrappers for DSA storage and data uploads.
Diffstat (limited to 'lib/glContainer.h')
-rw-r--r--lib/glContainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/glContainer.h b/lib/glContainer.h
index 4119ef5..45f1030 100644
--- a/lib/glContainer.h
+++ b/lib/glContainer.h
@@ -1,6 +1,6 @@
#pragma once
-#include "glArrays.h"
+#include "gfx/gl/glBuffer.h"
#include <cassert>
#include <span>
#include <stdexcept>