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