Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ setColorBuffers
Method
setColorBuffers
core/src/processing/opengl/FrameBuffer.java:248–250 ·
view source on GitHub ↗
(Texture[] textures)
Source
from the content-addressed store, hash-verified
246
247
248
public
void
setColorBuffers(Texture[] textures) {
249
setColorBuffers(textures, textures.length);
250
}
251
252
253
public
void
setColorBuffers(Texture[] textures,
int
n) {
Callers
1
setColorBuffer
Method · 0.95
Calls
6
min
Method · 0.95
pushFramebuffer
Method · 0.80
setFramebuffer
Method · 0.80
validateFramebuffer
Method · 0.80
popFramebuffer
Method · 0.80
framebufferTexture2D
Method · 0.45
Tested by
no test coverage detected