Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ set
Method
set
core/src/processing/opengl/Texture.java:281–283 ·
view source on GitHub ↗
(Texture tex)
Source
from the content-addressed store, hash-verified
279
280
281
public
void
set(Texture tex) {
282
copyTexture(tex, 0, 0, tex.width, tex.height, true);
283
}
284
285
286
public
void
set(Texture tex,
int
x,
int
y,
int
w,
int
h) {
Callers
2
initCache
Method · 0.95
resize
Method · 0.95
Calls
15
copyTexture
Method · 0.95
showWarning
Method · 0.95
loadPixels
Method · 0.95
convertToRGBA
Method · 0.95
flipArrayOnX
Method · 0.95
flipArrayOnY
Method · 0.95
updatePixelBuffer
Method · 0.95
fillEdges
Method · 0.95
manualMipmap
Method · 0.95
releasePixelBuffer
Method · 0.95
releaseRGBAPixels
Method · 0.95
updateTexels
Method · 0.95
Tested by
no test coverage detected