Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
swapOffscreenTextures
Method · 0.95
initOffscreen
Method · 0.95
get
Method · 0.80
copyTexture
Method · 0.80
Calls
1
setColorBuffers
Method · 0.95
Tested by
no test coverage detected