From 914fd31f5ce90d0660efe2c418586d9c77c26f66 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 30 Apr 2023 13:27:39 +0100 Subject: Initial commit of glContainer A std::vector like container backed by an OpenGL buffer. --- test/Jamfile.jam | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 1ce73b7..fb9a996 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -58,6 +58,7 @@ run perf-assetFactory.cpp : -- : test-assetFactory : benchmark benchmark test ; run test-worker.cpp ; run test-instancing.cpp : : : test ; +run test-glContainer.cpp : : : test ; compile test-static-enumDetails.cpp ; compile test-static-stream_support.cpp ; explicit perf-assetFactory ; -- cgit v1.2.3