core :: Sys :: glDepthMask
# Enable or disable writing into the depth buffer fun glDepthMask(value: Bool) `{ glDepthMask(value); `}