glDepthMask method

void glDepthMask(
  1. int flag
)

Implementation

void glDepthMask(
  int flag,
) {
  return _glDepthMask(
    flag,
  );
}