Ver código fonte

Update webgpuEngine.ts

sebavan 6 anos atrás
pai
commit
02701ea3ea
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/Engines/webgpuEngine.ts

+ 2 - 2
src/Engines/webgpuEngine.ts

@@ -99,8 +99,8 @@ export interface WebGPUEngineOptions extends GPURequestAdapterOptions {
 export class WebGPUEngine extends Engine {
     // Default shaderc options.
     private static readonly _shadercDefaultOptions: ShadercOptions = {
-        jsPath: "http://preview.babylonjs.com/shaderc/shaderc.js",
-        wasmPath: "http://preview.babylonjs.com/shaderc/shaderc.wasm"
+        jsPath: "https://preview.babylonjs.com/shaderc/shaderc.js",
+        wasmPath: "https://preview.babylonjs.com/shaderc/shaderc.wasm"
     };
 
     // Page Life cycle and constants