depthMask method

void depthMask(
  1. bool flag
)

Implementation

void depthMask(bool flag) {
  _gl.depthMask(flag);
}