跳到主要内容

offscreenUnbindFBO

offscreenUnbindFBO

类型: FunctionDeclaration

定义位置: webgl.ts

参数

参数名类型描述默认值
thistypeof 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/7 12:07:07