menu
flutter_angle package
documentation
webgl/gles_bindings.dart
LibOpenGLES
getProgramInfoLog method
getProgramInfoLog method
dark_mode
light_mode
getProgramInfoLog
method
String
?
getProgramInfoLog
(
int
program
)
Implementation
String? getProgramInfoLog(int program) { return gl.getProgramInfoLog(program); }
flutter_angle package
documentation
webgl/gles_bindings
LibOpenGLES
getProgramInfoLog method
LibOpenGLES class