From 790823f6a81edcafecedb83b0560b1675ac87f1f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 8 Mar 2026 16:13:47 +0000 Subject: Remove identifier naming lint comments, gl* is fine --- gfx/gl/glBuffer.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gfx/gl/glBuffer.h') 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 using glBuffers = glManagedArray; using glBuffer = glManagedSingle; -// NOLINTEND(readability-identifier-naming) -- cgit v1.3