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

Add a helper to extract JS values as C-buffers #19

Open
nkreeger opened this issue Mar 4, 2019 · 0 comments
Open

Add a helper to extract JS values as C-buffers #19

nkreeger opened this issue Mar 4, 2019 · 0 comments
Assignees

Comments

@nkreeger
Copy link
Contributor

nkreeger commented Mar 4, 2019

Some WebGL APIs allow "Array-like" objects to be passed into the call. This is a problem for generic JS Array types because they allow mixed data types. A helper method should be generated to properly place these items in a temporary buffer. This will also involve making sure all data-types match.

@nkreeger nkreeger self-assigned this Mar 4, 2019
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