diff options
author | Sven Gothel <[email protected]> | 2013-07-17 01:14:00 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-17 01:14:00 +0200 |
commit | bf84f193f9abcd9007939e966c30a958f9659cbf (patch) | |
tree | 62a8f7d1e6813b55bb923516c33ef9f9e80a91f8 /make | |
parent | 74556de87d90539608cc69f072476e54b1a74f77 (diff) |
More shader fixes for core (GLSL 150): texture2D -> texture, texture3D is deprecated in 130 and removed in 150.
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 5489b7944..0ad9d8a83 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -618,13 +618,13 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT $* -#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestFBOMRTNEWT01 $* +testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestFBOMRTNEWT01 $* #testnoawt com.jogamp.opengl.test.junit.graph.TestRegionRendererNEWT01 $* #testnoawt com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen01GLPBufferNEWT $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestAddRemove01GLCanvasSwingAWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleES1NEWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleES2NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleES2NEWT $* $spath/count-edt-start.sh java-run.log |