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

[webgl2] Web IDL validation errors #3543

Open
autokagami opened this issue Jun 26, 2023 · 1 comment
Open

[webgl2] Web IDL validation errors #3543

autokagami opened this issue Jun 26, 2023 · 1 comment

Comments

@autokagami
Copy link

🤖 This is an automatic issue report for Web IDL validation error. 🤖

The bot found validation errors but couldn't fix them automatically, since the IDL texts include HTML tags. Please check the following messages and fix them.

  • Validation error at line 458 in webgl2,6:
     target, [AllowShared] BufferSource? srcData, GLenum
                           ^
    

    Error: [AllowShared] BufferSource is now replaced with AllowSharedBufferSource.

  • Validation error at line 459 in webgl2,6:
     dstByteOffset, [AllowShared] BufferSource srcData);
                                  ^
    

    Error: [AllowShared] BufferSource is now replaced with AllowSharedBufferSource.

Please file an issue at https://github.com/saschanaz/webidl-updater/issues/new if you think this is invalid or should be enhanced.

@kdashg
Copy link
Contributor

kdashg commented Jun 26, 2023

This is #3539!

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

No branches or pull requests

2 participants