Explorar o código

Fix after merge

Sebastien Vandenberghe %!s(int64=6) %!d(string=hai) anos
pai
achega
14d0189e71
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/Engines/WebGPU/webgpuPipelineContext.ts

+ 4 - 0
src/Engines/WebGPU/webgpuPipelineContext.ts

@@ -30,4 +30,8 @@ export class WebGPUPipelineContext implements IPipelineContext {
 
         return false;
     }
+
+    public _handlesSpectorRebuildCallback(onCompiled: (program: any) => void): void {
+        // Nothing to do yet for spector.
+    }
 }