Skip to content

Commit

Permalink
Merge pull request #838 from galacean/dev
Browse files Browse the repository at this point in the history
Merge origin/dev into origin/main
  • Loading branch information
yiiqii authored Jan 13, 2025
2 parents e0a3739 + 200431c commit f2a46f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/effects-webgl/src/gl-renderer-internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ export class GLRendererInternal implements Disposable, LostHandler {
if (fbo) {
addItem(this.framebuffers, framebuffer);
assignInspectorName(fbo, name, name);
} else {
throw new Error('Failed to create WebGL framebuffer');
}

return fbo;
Expand Down

0 comments on commit f2a46f5

Please sign in to comment.