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

Use webgl-debug in debug mode #40

Open
vorg opened this issue May 15, 2018 · 2 comments
Open

Use webgl-debug in debug mode #40

vorg opened this issue May 15, 2018 · 2 comments
Labels
type/feat A new feature

Comments

@vorg
Copy link
Member

vorg commented May 15, 2018

Using https://www.npmjs.com/package/webgl-debug would allow use to catch invalid enums and other gl errors.

@dmnsgn
Copy link
Member

dmnsgn commented Mar 20, 2019

Is there any advantage over the current checkError()?

@vorg
Copy link
Member Author

vorg commented Mar 20, 2019

Yes it checks for invalid enums and parameters of function calls. So you can catch error when it happens not at some point in the future or end of frame.

@dmnsgn dmnsgn added type/feat A new feature and removed feature labels Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feat A new feature
Projects
None yet
Development

No branches or pull requests

2 participants