menu
flutter_angle package
documentation
webgl/gles_bindings.dart
LibOpenGLES
glUniform3f method
glUniform3f method
dark_mode
light_mode
glUniform3f
method
void
glUniform3f
(
int
location
,
double
x
,
double
y
,
double
z
,
)
Implementation
void glUniform3f(int location, double x, double y, double z) { gl.uniform3f(location, x, y, z); }
flutter_angle package
documentation
webgl/gles_bindings
LibOpenGLES
glUniform3f method
LibOpenGLES class