servo / gleam

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

Combined GL + GLES defines #108

Open kvark opened 7 years ago

kvark commented 7 years ago

Currently, as of #106, we mix together GL and GLES specifications in order to generate the bindings having defines from both APIs. It would be great to limit that union of specs to defines only and avoid generating the function signatures in ffi.

nox commented 7 years ago

Shouldn't that be filed on gl_generator?