From 00fc3cb9b2c06026fab0e4760609fe02e027b6df Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 8 Mar 2026 16:02:56 +0000 Subject: Move all low level texture operations to DSA helpers in glTexture --- test/testRenderOutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testRenderOutput.h') diff --git a/test/testRenderOutput.h b/test/testRenderOutput.h index 79908b1..248485c 100644 --- a/test/testRenderOutput.h +++ b/test/testRenderOutput.h @@ -17,7 +17,7 @@ public: const TextureAbsCoord size; glFrameBuffer output; glRenderBuffer depth; - glTexture outImage; + glTexture outImage; GameState gameState; }; -- cgit v1.3