diff options
author | Sven Gothel <[email protected]> | 2010-08-24 04:58:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-08-24 04:58:19 +0200 |
commit | 846d100374344e06451ed56351368e18a4be133a (patch) | |
tree | 809f43ed020b0ff3b60339077aa5abed924baee8 /src | |
parent | ad2d3ab306149a9e54e36936e1b425721710104c (diff) |
TestTransformFeedbackVeryingsBug407NEWT: move GLSL requirement to 1.50 (GL 3.2)
Diffstat (limited to 'src')
-rw-r--r-- | src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVeryingsBug407NEWT.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVeryingsBug407NEWT.java b/src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVeryingsBug407NEWT.java index bd8bdd036..c90001f85 100644 --- a/src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVeryingsBug407NEWT.java +++ b/src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVeryingsBug407NEWT.java @@ -39,7 +39,7 @@ public class TestTransformFeedbackVeryingsBug407NEWT { @Before public void setUp() { VERTEX_SHADER_TEXT = - "#version 330 \n" + "#version 150 \n" + " \n" + "out vec4 Position; \n" + " \n" |