MCPcopy Index your code
hub / github.com/gre/gl-react / _bind

Method _bind

packages/gl-react/src/Node.tsx:612–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

610 }
611
612 _bind(): void {
613 if (this.framebuffer) {
614 this.framebuffer.bind();
615 } else {
616 this.context.glSurface._bindRootNode();
617 }
618 }
619
620 _captureAlloc(size: number): Uint8Array {
621 let { capturePixelsArray } = this;

Callers 2

captureMethod · 0.95
_drawMethod · 0.95

Calls 2

bindMethod · 0.80
_bindRootNodeMethod · 0.80

Tested by

no test coverage detected