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
https://github.com/greggman/twgl.js/blob/e685cf96ecb171839810dca5480834abe8c86919/src/programs.js#LL1149C20-L1149C20 The function bindTransformFeedbackInfo accesses the "size" of an attribute of the bufferInfo, however, "size" is an alias of "numComponents", which means that when you try to configure "size" you end up configuring "numComponents".
The text was updated successfully, but these errors were encountered:
When the function tries to access "size" it gets undefined.
Sorry, something went wrong.
doh!
what do you think I should do. I could change it to transformFeedbackSize or rangeSize
transformFeedbackSize
rangeSize
So transformFeedbackSize will be an optional property of FullArraySpec?
FullArraySpec
No branches or pull requests
https://github.com/greggman/twgl.js/blob/e685cf96ecb171839810dca5480834abe8c86919/src/programs.js#LL1149C20-L1149C20
The function bindTransformFeedbackInfo accesses the "size" of an attribute of the bufferInfo, however, "size" is an alias of "numComponents", which means that when you try to configure "size" you end up configuring "numComponents".
The text was updated successfully, but these errors were encountered: