From a6aa47afcde84836ca36dfd2c1b8c01f97e5a1de Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 9 Dec 2014 19:31:53 +0000 Subject: [PATCH] Added new examples to runexamples.bat script git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14589 16af8721-9629-0410-8352-f15c8da7e697 --- runexamples.bat | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/runexamples.bat b/runexamples.bat index 21337f49a..19c454e1d 100644 --- a/runexamples.bat +++ b/runexamples.bat @@ -1,6 +1,6 @@ echo osgversion osgversion - + echo osgunittests osgunittests matrix osgunittests qt @@ -21,10 +21,25 @@ osgbillboard echo osgblendequation osgblendequation +echo osgblenddrawbuffers +osgblenddrawbuffers + +echo osgoit +osgoit + +echo osgdrawinstanced +osgdrawinstanced + +echo osgcomputeshaders +osgcomputeshaders + +echo osggpucull +osggpucull + echo osgcallback osgcallback -echo osgcatch +# echo osgcatch # osgcatch echo osgclip