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

Method maxSamples

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

Source from the content-addressed store, hash-verified

2278
2279
2280 protected int maxSamples() {
2281 intBuffer.rewind();
2282 getIntegerv(MAX_SAMPLES, intBuffer);
2283 return intBuffer.get(0);
2284 }
2285
2286
2287 protected int getMaxTexUnits() {

Callers 1

createFBOLayerMethod · 0.95

Calls 2

getIntegervMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected