diff options
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java index dc4d3b2f3..34f69780e 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java @@ -52,6 +52,11 @@ import org.junit.Test; import org.junit.FixMethodOrder; import org.junit.runners.MethodSorters; +/** + * CPU sourced data API entry not allowed on ES3 and GL core >= 3.0. + * + * See https://jogamp.org/bugzilla/show_bug.cgi?id=852#c1 + */ @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class TestCPUSourcingAPINEWT extends UITestCase { static long duration = 500; // ms |