From 64ede41ebaade64ad6705f7f55ca4a778a156481 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 2 Mar 2026 13:17:28 +0000 Subject: Wrap up some low level texture operations in glTexture class Fixes previously hard coded billboard texture size. --- lib/glArrays.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/glArrays.h') diff --git a/lib/glArrays.h b/lib/glArrays.h index 3327d8a..48bd577 100644 --- a/lib/glArrays.h +++ b/lib/glArrays.h @@ -123,8 +123,6 @@ template using glVertexArrays = glManagedArray; template using glBuffers = glManagedArray; using glBuffer = glManagedSingle; -template using glTextures = glManagedArray; -using glTexture = glManagedSingle; template using glFrameBuffers = glManagedArray; using glFrameBuffer = glManagedSingle; template -- cgit v1.3