menu
openworld_gl package
documentation
openGL/opengl/OpenGLContextES.dart
OpenGLContextES
depthFunc method
depthFunc method
dark_mode
light_mode
depthFunc
method
void
depthFunc
(
int
v0
)
Implementation
void depthFunc(int v0) { return gl.glDepthFunc(v0); }
openworld_gl package
documentation
openGL/opengl/OpenGLContextES
OpenGLContextES
depthFunc method
OpenGLContextES class