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

Method getDepthWriteMask

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

Source from the content-addressed store, hash-verified

520
521
522 protected boolean getDepthWriteMask() {
523 intBuffer.rewind();
524 getBooleanv(DEPTH_WRITEMASK, intBuffer);
525 return intBuffer.get(0) == 0 ? false : true;
526 }
527
528
529 protected Texture wrapBackTexture(Texture texture) {

Callers 2

drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95

Calls 2

getBooleanvMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected