menu
openworld_gl package
documentation
openGL/opengl/OpenGLContextWeb.dart
OpenGLContextWeb
getUniformLocation method
getUniformLocation method
dark_mode
light_mode
getUniformLocation
method
dynamic
getUniformLocation
(
dynamic
v0
,
String
name
)
Implementation
getUniformLocation(v0, String name) { return gl.getUniformLocation(v0, name); }
openworld_gl package
documentation
openGL/opengl/OpenGLContextWeb
OpenGLContextWeb
getUniformLocation method
OpenGLContextWeb class