wasabia / flutter_gl

cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `glUniform2fv`

intonarumori opened this issue · comments

commented

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.

glUniform2fv added