MCPcopy Index your code
hub / github.com/processing/processing / getDepthTest

Method getDepthTest

core/src/processing/opengl/PGL.java:515–519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

513
514
515 protected boolean getDepthTest() {
516 intBuffer.rewind();
517 getBooleanv(DEPTH_TEST, intBuffer);
518 return intBuffer.get(0) == 0 ? false : true;
519 }
520
521
522 protected boolean getDepthWriteMask() {

Callers 2

drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95

Calls 2

getBooleanvMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected