Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: conformance/ogles/README.md

Issue 41993002: Add ToT WebGL conformance tests : part 9 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webgl/sdk/tests/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 OpenGL ES 2.0 GLSL conformance tests
2 ====================================
3
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.
7
8 To run it you must have a copy of the OpenGL ES 2.0 conformance test
9 source then run it like this
10
11 python process-ogles2-tests.py <path/to/ogles2tests>/GTF_ES/glsl/GTF/mustpas s.run
12
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.
15
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.
19
20
OLDNEW
« no previous file with comments | « conformance/ogles/GL2Tests/vertex_program_point_size/point_size.vert ('k') | conformance/ogles/mustpass.run.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698