diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-03-08 16:13:47 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-03-08 16:16:38 +0000 |
| commit | 790823f6a81edcafecedb83b0560b1675ac87f1f (patch) | |
| tree | 612f774b8cfdd85224048ea7b53eb030504e29f4 /gfx/gl/glBuffer.h | |
| parent | Move all low level texture operations to DSA helpers in glTexture (diff) | |
| download | ilt-790823f6a81edcafecedb83b0560b1675ac87f1f.tar.bz2 ilt-790823f6a81edcafecedb83b0560b1675ac87f1f.tar.xz ilt-790823f6a81edcafecedb83b0560b1675ac87f1f.zip | |
Remove identifier naming lint comments, gl* is fine
Diffstat (limited to 'gfx/gl/glBuffer.h')
| -rw-r--r-- | gfx/gl/glBuffer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gfx/gl/glBuffer.h b/gfx/gl/glBuffer.h index f43c223..275276f 100644 --- a/gfx/gl/glBuffer.h +++ b/gfx/gl/glBuffer.h @@ -3,7 +3,6 @@ #include "glArrays.h" namespace Impl { - // NOLINTNEXTLINE(readability-identifier-naming) struct glBuffer : Detail::glNamed { void storage(const std::ranges::contiguous_range auto & data, GLenum flags) @@ -21,7 +20,5 @@ namespace Impl { }; } -// NOLINTBEGIN(readability-identifier-naming) template<size_t N> using glBuffers = glManagedArray<Impl::glBuffer, N, &glCreateBuffers, &glDeleteBuffers>; using glBuffer = glManagedSingle<Impl::glBuffer, &glCreateBuffers, &glDeleteBuffers>; -// NOLINTEND(readability-identifier-naming) |
