MCPcopy 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

setMethod · 0.95
setNativeMethod · 0.95

Calls 1

updateIntBufferMethod · 0.95

Tested by

no test coverage detected