glDepthMask method

void glDepthMask(
  1. bool v0
)

Implementation

void glDepthMask(bool v0) {
  gles.glDepthMask(gl, v0);
}