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