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

glCopyBufferSubData missing? #196

Open
fschutt opened this issue Jun 10, 2019 · 1 comment
Open

glCopyBufferSubData missing? #196

fschutt opened this issue Jun 10, 2019 · 1 comment

Comments

@fschutt
Copy link

fschutt commented Jun 10, 2019

It seems that the current Gl trait is missing a copy_buffer_sub_data() function, which corresponds to the glCopyBufferSubData function - this is an important function necessary for deep-cloning vertex / index buffers without making roundtrips to the CPU. Is it intentional that this function has been left out or is this a bug?

@jdm
Copy link
Member

jdm commented Jun 10, 2019

Not intentional. We would merge a pull request that adds it.

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

2 participants