MCPcopy Index your code
hub / github.com/benfry/processing4 / setColorBuffer

Method setColorBuffer

core/src/processing/opengl/FrameBuffer.java:243–245  ·  view source on GitHub ↗
(Texture tex)

Source from the content-addressed store, hash-verified

241
242
243 public void setColorBuffer(Texture tex) {
244 setColorBuffers(new Texture[] { tex }, 1);
245 }
246
247
248 public void setColorBuffers(Texture[] textures) {

Callers 4

swapOffscreenTexturesMethod · 0.95
initOffscreenMethod · 0.95
getMethod · 0.80
copyTextureMethod · 0.80

Calls 1

setColorBuffersMethod · 0.95

Tested by

no test coverage detected