glDepthMask method

void glDepthMask(
  1. bool v0
)

Implementation

void glDepthMask(bool v0) {
  gl.depthMask(v0);
}