We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RGBA8
renderbufferStorage
drawingBufferStorage
texImage2D
drawingBufferFormat
RGB8
The text was updated successfully, but these errors were encountered:
kdashg
No branches or pull requests
RGBA8
is not a valid internal format forrenderbufferStorage
in WebGL 1.0 but thedrawingBufferStorage
description implies that it is.RGBA8
also a valid internal format fortexImage2D
in WebGL 1.0 now?drawingBufferFormat
description refers toRGB8
that is undefined in WebGL 1.0 IDL.The text was updated successfully, but these errors were encountered: