diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-02-25 00:23:11 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-02-25 00:23:11 +0000 |
commit | f9962b0db5072870864a1f758687106139f740dc (patch) | |
tree | ae1b05395de5c07164151ef7fc7de202be19b9f0 /test/Jamfile.jam | |
parent | Add VertexArrayObject::data for an external existing buffer (diff) | |
download | ilt-f9962b0db5072870864a1f758687106139f740dc.tar.bz2 ilt-f9962b0db5072870864a1f758687106139f740dc.tar.xz ilt-f9962b0db5072870864a1f758687106139f740dc.zip |
Creates mesh per surface based on a single buffer of all vertices and a collection of per surfuce indices.
Makes ColourBias a uniform instead of a vertex attribute.
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index c5c49d2..8219398 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -57,6 +57,7 @@ run test-glContextBhvr.cpp ; run test-assetFactory.cpp : -- : [ sequence.insertion-sort [ glob-tree $(res) : *.* ] fixtures/rgb.txt test-instancing ] : <library>test ; run perf-assetFactory.cpp : \< : test-assetFactory : <library>benchmark <library>test ; run perf-geoData.cpp : \< : test-geoData : <library>test <library>benchmark ; +run perf-terrain.cpp : \< : test-geoData : <library>test <library>benchmark ; run perf-persistence.cpp : \< : test-persistence : <library>benchmark <library>test ; run test-worker.cpp ; run test-instancing.cpp : -- : test-glContainer : <library>test ; |