diff options
author | Sven Göthel <[email protected]> | 2024-01-14 04:32:34 +0100 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-01-14 04:32:34 +0100 |
commit | 3ceb0c6e06b513690e2a4ab67c8aa34e9fbd5698 (patch) | |
tree | d9d5424a764270452e15363a22b1dd944311078e /make | |
parent | e0c5eed5149a868e202b128c990bb1a4c5259b2f (diff) |
GraphUI UIShapeDemo00: Simple Shape within Scene
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 9699a9ece..10e6dfa5b 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -123,6 +123,7 @@ function jrun() { #D_ARGS="-Djogl.debug.GLProfile" #D_ARGS="-Djogl.debug.DebugGL" #D_ARGS="-Djogl.debug.TraceGL" + #D_ARGS="-Djogl.debug.GLSLCode" #D_ARGS="-Djogl.debug.DebugGL -Djogl.debug.TraceGL" #D_ARGS="-Djogl.debug.DebugGL -Djogl.debug.TraceGL -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all" #D_ARGS="-Djogl.quirks.force=NoSurfacelessCtx" @@ -1008,6 +1009,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.GPUTextNewtDemo $* #testnoawt com.jogamp.opengl.demos.graph.GPURegionNewtDemo $* testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo00 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo00 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UITypeDemo01 $* |