Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ updatePixelBuffer
Method
updatePixelBuffer
core/src/processing/opengl/Texture.java:792–795 ·
view source on GitHub ↗
(int[] pixels)
Source
from the content-addressed store, hash-verified
790
791
792
protected
void
updatePixelBuffer(
int
[] pixels) {
793
pixelBuffer = PGL.updateIntBuffer(pixelBuffer, pixels, true);
794
pixBufUpdateCount++;
795
}
796
797
798
protected
void
manualMipmap() {
Callers
2
set
Method · 0.95
setNative
Method · 0.95
Calls
1
updateIntBuffer
Method · 0.95
Tested by
no test coverage detected