@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.
@@ -7849,7 +7849,7 @@
7849
7849
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
7850
7850
 
7851
7851
  //@ts-ignore
7852
- var version = "1.5.14";
7852
+ var version = "1.6.0-alpha.1";
7853
7853
  var mode = "Release";
7854
7854
  mode = "Verbose";
7855
7855
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);