mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add WebGL2 specific version strings
Updated the `VERSION` and `SHADING_LANGUAGE_VERSION` WebGL parameters to report the correct version strings when WebGL2 is in use. See: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.2
This commit is contained in:
parent
0650fc3199
commit
01ca317235
2 changed files with 10 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
[gl-getstring.html]
|
||||
[WebGL test #1: getParameter(gl.VERSION) did not start with WebGL 2.0]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #2: getParameter(gl.SHADING_LANGUAGE_VERSION) did not start with WebGL GLSL ES 3.00]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue