Backed out changeset 7272b7396c78 (bug 1932758) for causing fenix debug failures...
[gecko.git] / dom / canvas / test / webgl-conf / checkout / conformance / ogles / README.md
blobe44d84eae468b9594f779fe682d6b62d37ec61eb
1 OpenGL ES 2.0 GLSL conformance tests
2 ====================================
4 The python script, process-ogles2-tests.py, in this folder generates some
5 WebGL conformance tests from a subset of the OpenGL ES 2.0 conformance
6 tests.
8 To run it you must have a copy of the OpenGL ES 2.0 conformance test
9 source then run it like this
11     python process-ogles2-tests.py <path/to/ogles2tests>/GTF_ES/glsl/GTF/mustpass.run
13 Note: Before running you can safely delete the GTF_ES folder in this
14 folder. Everything inside will be regenerated by the script above.
16 IMPORTANT: From the OpenGL ES 2.0 conformance tests only the .vert and
17 .frag files are open source licenesed. All other files in that suite are
18 not open source.