()
| 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; |
no test coverage detected