MCPcopy Create free account
hub / github.com/benfry/processing4 / copyToTexture

Method copyToTexture

core/src/processing/opengl/PGL.java:1259–1263  ·  view source on GitHub ↗
(int target, int format, int id, int x, int y,
                               int w, int h, int[] buffer)

Source from the content-addressed store, hash-verified

1257
1258
1259 protected void copyToTexture(int target, int format, int id, int x, int y,
1260 int w, int h, int[] buffer) {
1261 copyToTexture(target, format, id, x, y, w, h, IntBuffer.wrap(buffer));
1262
1263 }
1264
1265 protected void copyToTexture(int target, int format, int id, int x, int y,
1266 int w, int h, IntBuffer buffer) {

Callers 2

endRenderMethod · 0.95
drawPixelsMethod · 0.80

Calls 7

activeTextureMethod · 0.95
texturingIsEnabledMethod · 0.95
enableTexturingMethod · 0.95
bindTextureMethod · 0.95
texSubImage2DMethod · 0.95
disableTexturingMethod · 0.95
wrapMethod · 0.80

Tested by

no test coverage detected