depthMask method

void depthMask(
  1. bool v0
)

Implementation

void depthMask(bool v0) {
  _gl.depthMask(v0);
  checkError('depthMask');
}