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

Method texSubImage2D

core/src/processing/opengl/PJOGL.java:1378–1381  ·  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

1376 }
1377
1378 @Override
1379 public void texSubImage2D(int target, int level, int xOffset, int yOffset, int width, int height, int format, int type, Buffer data) {
1380 gl.glTexSubImage2D(target, level, xOffset, yOffset, width, height, format, type, data);
1381 }
1382
1383 @Override
1384 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