wasabia / flutter_gl

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

Added int8 casting for `transformFeedbackVaryings` #24

Closed intonarumori closed 2 years ago

intonarumori commented 2 years ago

Adds casting to Int8 pointers for glTransformFeedbackVaryings call.