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

Method texSubImage2D

core/src/processing/opengl/PJOGL.java:1381–1384  ·  view source on GitHub ↗
(int target, int level, int xOffset, int yOffset, int width, int height, int format, int type, Buffer data)

Source from the content-addressed store, hash-verified

1379 }
1380
1381 @Override
1382 public void texSubImage2D(int target, int level, int xOffset, int yOffset, int width, int height, int format, int type, Buffer data) {
1383 gl.glTexSubImage2D(target, level, xOffset, yOffset, width, height, format, type, data);
1384 }
1385
1386 @Override
1387 public void copyTexSubImage2D(int target, int level, int xOffset, int yOffset, int x, int y, int width, int height) {

Callers 1

initFBOLayerESMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected