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

Method isMultisampled

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

Source from the content-addressed store, hash-verified

502
503
504 protected boolean isMultisampled() {
505 return 1 < numSamples;
506 }
507
508
509 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