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
Hi! I am currently switching from custom WebGL bindings to glow for my kiss3d project.
glow
Unless I missed something, it appears that glow does not have test functions like glIsShader, glIsProgram, glIsBuffer, glIsFramebuffer, glIsRenderBuffer, and glIsTexture. Is that something that could be added?
The text was updated successfully, but these errors were encountered:
Hi! 👋 Yeah it would be great to add those.
Sorry, something went wrong.
debb637
Successfully merging a pull request may close this issue.
Hi! I am currently switching from custom WebGL bindings to
glow
for my kiss3d project.Unless I missed something, it appears that
glow
does not have test functions like glIsShader, glIsProgram, glIsBuffer, glIsFramebuffer, glIsRenderBuffer, and glIsTexture. Is that something that could be added?The text was updated successfully, but these errors were encountered: