Browse Source

Fix after merge

Sebastien Vandenberghe 6 years ago
parent
commit
14d0189e71
1 changed files with 4 additions and 0 deletions
  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.
+    }
 }