servo / gleam

Generated OpenGL bindings and wrapper for Servo.
Other
83 stars 58 forks source link

glCopyBufferSubData missing? #196

Open fschutt opened 5 years ago

fschutt commented 5 years ago

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 commented 5 years ago

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