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,
Is it possible to draw vertices? For instance, with this [vertex shader]](https://github.com/hrbigelow/wij-wemnan/blob/master/shaders/scatter-v.cc), I eventually call it with:
write_to_gl: function() { this.gl.bindBuffer(this.gl.ARRAY_BUFFER, this.glbuf); this.gl.bufferData(this.gl.ARRAY_BUFFER, this.jsbuf, this.gl.STATIC_DRAW); this.gl.bindBuffer(this.gl.ARRAY_BUFFER, null); }
But I don't see any part of glslCanvas API that allows sending vertex data to it, is there?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Is it possible to draw vertices? For instance, with this [vertex shader]](https://github.com/hrbigelow/wij-wemnan/blob/master/shaders/scatter-v.cc), I eventually call it with:
But I don't see any part of glslCanvas API that allows sending vertex data to it, is there?
Thanks!
The text was updated successfully, but these errors were encountered: