MCPcopy Index your code
hub / github.com/processing/p5.js / createFramebufferTextureHandle

Method createFramebufferTextureHandle

src/webgl/p5.RendererGL.js:1197–1200  ·  view source on GitHub ↗
(framebufferTexture)

Source from the content-addressed store, hash-verified

1195 }
1196
1197 createFramebufferTextureHandle(framebufferTexture) {
1198 // For WebGL, framebuffer texture handles are designed to be null
1199 return null;
1200 }
1201
1202 uploadTextureFromSource({ texture, glFormat, glDataType }, source) {
1203 const gl = this.GL;

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected