MCPcopy Index your code
hub / github.com/benfry/processing4 / getDepthTest

Method getDepthTest

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

Source from the content-addressed store, hash-verified

554
555
556 protected boolean getDepthTest() {
557 intBuffer.rewind();
558 getBooleanv(DEPTH_TEST, intBuffer);
559 return intBuffer.get(0) != 0;
560 }
561
562
563 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