diff options
| author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-03-06 14:11:38 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-03-06 14:11:38 +0000 |
| commit | 182f823116458ad357823f4cc56638980aafa0f6 (patch) | |
| tree | b6937e27e6d2875d8242e40645929f12138712c4 /gfx/models | |
| parent | Define SequentialCollection in terms of contiguous_range (diff) | |
| download | ilt-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 'gfx/models')
| -rw-r--r-- | gfx/models/mesh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/models/mesh.h b/gfx/models/mesh.h index d6ac171..4135a30 100644 --- a/gfx/models/mesh.h +++ b/gfx/models/mesh.h @@ -1,6 +1,7 @@ #pragma once #include "config/types.h" +#include "gfx/gl/glBuffer.h" #include "gfx/gl/vertexArrayObject.h" #include <gfx/gl/glVertexArray.h> #include <glad/gl.h> |
