setClear method
Implementation
setClear(int depth) {
if (currentDepthClear != depth) {
gl.clearDepth(depth);
currentDepthClear = depth;
}
}
setClear(int depth) {
if (currentDepthClear != depth) {
gl.clearDepth(depth);
currentDepthClear = depth;
}
}