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

Method isMultisampled

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

Source from the content-addressed store, hash-verified

543
544
545 protected boolean isMultisampled() {
546 return 1 < numSamples;
547 }
548
549
550 abstract protected int getDepthBits();

Callers 3

readPixelsMethod · 0.95
beginPixelsOpMethod · 0.80
drawPixelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected