Browse Source

Fix crash

Popov72 4 năm trước cách đây
mục cha
commit
77c63c5515
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/Engines/webgpuEngine.ts

+ 4 - 0
src/Engines/webgpuEngine.ts

@@ -2141,6 +2141,10 @@ export class WebGPUEngine extends Engine {
         this.wipeCaches();
     }
 
+    /** @hidden */
+    public _releaseFramebufferObjects(texture: InternalTexture): void {
+    }
+
     //------------------------------------------------------------------------------
     //                              Render
     //------------------------------------------------------------------------------