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

Issues with WEBGL_debug extension spec #1270

Open
kenrussell opened this issue Oct 20, 2015 · 0 comments
Open

Issues with WEBGL_debug extension spec #1270

kenrussell opened this issue Oct 20, 2015 · 0 comments

Comments

@kenrussell
Copy link
Member

A couple of issues with this extension specification came up during a recent face-to-face meeting:

  • The MAX_DEBUG_MESSAGE_LENGTH_KHR and MAX_DEBUG_GROUP_STACK_DEPTH_KHR enums should be removed since they're unnecessary (the extension just returns strings to JavaScript).
  • The extension should mention that DEBUG_OUTPUT_SYNCHRONOUS was removed. This eliminates undefined behavior from reentrant debug callbacks.

Also, hopefully there won't be issues with needing programs' line numbers to be the first thing on the line, etc. (as with getProgramInfoLog in the past).

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

1 participant