depthMask method

void depthMask(
  1. bool v0
)

Implementation

void depthMask(bool v0) {
  return glDepthMask(v0 ? 1 : 0);
}