Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ updateTexels
Method
updateTexels
core/src/processing/opengl/Texture.java:750–752 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
748
749
750
public
void
updateTexels() {
751
updateTexelsImpl(0, 0, width, height);
752
}
753
754
755
public
void
updateTexels(
int
x,
int
y,
int
w,
int
h) {
Callers
5
set
Method · 0.95
setNative
Method · 0.95
copyTexture
Method · 0.95
updateTexture
Method · 0.80
endOffscreenDraw
Method · 0.80
Calls
1
updateTexelsImpl
Method · 0.95
Tested by
no test coverage detected