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

Method getMaxTexUnits

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

Source from the content-addressed store, hash-verified

2285
2286
2287 protected int getMaxTexUnits() {
2288 intBuffer.rewind();
2289 getIntegerv(MAX_TEXTURE_IMAGE_UNITS, intBuffer);
2290 return intBuffer.get(0);
2291 }
2292
2293
2294 protected static ByteBuffer allocateDirectByteBuffer(int size) {

Callers 1

bindTextureMethod · 0.95

Calls 2

getIntegervMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected