浏览代码

Fix after merge

Sebastien Vandenberghe 6 年之前
父节点
当前提交
14d0189e71
共有 1 个文件被更改,包括 4 次插入0 次删除
  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.
+    }
 }