From d2c14b8de4f453b49b70d6b6591223b31d7084fd Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 28 Feb 2026 18:53:50 +0000 Subject: Refactor glArrays to better expose underlying types Current they're all glNamed, but this can be sub-classed for specific things, e.g. glTexture. --- test/test-lib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-lib.cpp b/test/test-lib.cpp index c79ef6e..0fccbb8 100644 --- a/test/test-lib.cpp +++ b/test/test-lib.cpp @@ -33,7 +33,7 @@ namespace { })); } - using TestArray = glArrays<5, &generator, &deleter>; + using TestArray = glManagedArray; } BOOST_AUTO_TEST_CASE(GenerateAndDelete) -- cgit v1.3