menu
flutter_angle package
documentation
desktop/bindings/gles_bindings.dart
LibOpenGLES
glVertexAttrib2fv method
glVertexAttrib2fv method
dark_mode
light_mode
glVertexAttrib2fv
method
void
glVertexAttrib2fv
(
int
index
,
Float32List
v
)
Implementation
void glVertexAttrib2fv( int index, Float32List v, ) { _glVertexAttrib2fv(index, v.address); }
flutter_angle package
documentation
desktop/bindings/gles_bindings
LibOpenGLES
glVertexAttrib2fv method
LibOpenGLES class