Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

constants-and-properties.html failed in new version chrome #3650

Closed
zhakesi opened this issue Apr 25, 2024 · 0 comments · Fixed by #3651
Closed

constants-and-properties.html failed in new version chrome #3650

zhakesi opened this issue Apr 25, 2024 · 0 comments · Fixed by #3651

Comments

@zhakesi
Copy link

zhakesi commented Apr 25, 2024

This test ensures that the WebGL context has all the constants and (non-function) properties in the specification.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

TEST COMPLETE: 3 PASS, 4 FAIL

Canvas.getContext
PASS All WebGL constants found to have correct values.
PASS All constants removed from WebGL spec were absent from WebGL context.
FAIL Also found the following extra properties:
FAIL drawingBufferFormat
FAIL RGB8
FAIL RGBA8

PASS successfullyParsed is true

TEST COMPLETE

there is a new attribute : drawingBufferFormat: 32856.
it should be added to otherProperties or ignoredProperties

@zhakesi zhakesi changed the title constants-and-properties failed in new version chrome constants-and-properties.html failed in new version chrome Apr 25, 2024
kenrussell added a commit to kenrussell/WebGL that referenced this issue May 3, 2024
Added:
 drawingBufferFormat to WebGL 1 and 2
 RGB8/RGBA8 to WebGL 1

Tested locally in Chromium.

Fixes KhronosGroup#3650.
kdashg pushed a commit that referenced this issue May 7, 2024
Added:
 drawingBufferFormat to WebGL 1 and 2
 RGB8/RGBA8 to WebGL 1

Tested locally in Chromium.

Fixes #3650.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant