Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ put
Method
put
core/src/processing/opengl/Texture.java:476–478 ·
view source on GitHub ↗
(Texture tex)
Source
from the content-addressed store, hash-verified
474
475
476
public
void
put(Texture tex) {
477
copyTexture(tex, 0, 0, tex.width, tex.height, false);
478
}
479
480
481
public
void
put(Texture tex,
int
x,
int
y,
int
w,
int
h) {
Callers
15
addTexture
Method · 0.95
setUniformImpl
Method · 0.45
consumeUniforms
Method · 0.45
attribImpl
Method · 0.45
initTexture
Method · 0.45
drawTexture2D
Method · 0.45
drawTextureRect
Method · 0.45
allocateByteBuffer
Method · 0.45
updateByteBuffer
Method · 0.45
putByteArray
Method · 0.45
fillByteBuffer
Method · 0.45
allocateShortBuffer
Method · 0.45
Calls
1
copyTexture
Method · 0.95
Tested by
no test coverage detected