Преглед изворни кода

Merge branch 'WebGPU' of https://github.com/BabylonJS/Babylon.js into WebGPU

Sebastien Vandenberghe пре 6 година
родитељ
комит
cae10a7613
1 измењених фајлова са 2 додато и 2 уклоњено
  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 {
 export class WebGPUEngine extends Engine {
     // Default shaderc options.
     // Default shaderc options.
     private static readonly _shadercDefaultOptions: ShadercOptions = {
     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
     // Page Life cycle and constants