depthMask method

dynamic depthMask(
  1. bool v0
)

Implementation

depthMask(bool v0) {
  return gl.depthMask(v0);
}