wasabia / flutter_gl

cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.
243 stars 60 forks source link

Missing `glUniform2fv` #18

Closed intonarumori closed 2 years ago

intonarumori commented 2 years ago

I was wondering if there's a reason the above function was omitted. I was able to work around it using glUniform3fv for now, but it might be a good idea to add it for completeness.

Thank you.

wasabia commented 2 years ago

glUniform2fv added