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