Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawTexture2D
Method · 0.95
drawTextureRect
Method · 0.95
Calls
2
getBooleanv
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected