@galacean/engine-shaderlab 1.5.14 → 1.6.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser.js CHANGED
@@ -6595,7 +6595,7 @@
6595
6595
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
6596
6596
 
6597
6597
  //@ts-ignore
6598
- var version = "1.5.14";
6598
+ var version = "1.6.0-alpha.1";
6599
6599
  var mode = "Release";
6600
6600
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);
6601
6601