menu
flgl package
documentation
openGL/contexts/open_gl_context_es.dart
OpenGLContextES
clearDepth method
clearDepth method
dark_mode
light_mode
clearDepth
method
dynamic
clearDepth
(
num
v0
)
Implementation
clearDepth(num v0) { return gl.glClearDepthf(v0.toDouble()); }
flgl package
documentation
openGL/contexts/open_gl_context_es
OpenGLContextES
clearDepth method
OpenGLContextES class