offscreenUnbindFBO
offscreenUnbindFBO
类型: FunctionDeclaration
定义位置: webgl.ts
参数
| 参数名 | 类型 | 描述 | 默认值 | 
|---|---|---|---|
| this | typeof GL | - | - | 
返回值
类型: void
源代码
位置: 第 1418 行
function offscreenUnbindFBO(this: typeof GL) {
        this.binding = null
        this.flip = 1
        // 重新绑定到当前离屏纹理的FBO
        this.bindFramebuffer(this.FRAMEBUFFER, this.offscreen.current.fbo)
      }
文档生成时间:2025/7/21 20:53:39