@galacean/engine-shaderlab 1.6.0-beta.0 → 1.6.0-beta.2

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.
@@ -8821,7 +8821,7 @@
8821
8821
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8822
8822
 
8823
8823
  //@ts-ignore
8824
- var version = "1.6.0-beta.0";
8824
+ var version = "1.6.0-beta.2";
8825
8825
  var mode = "Release";
8826
8826
  mode = "Verbose";
8827
8827
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);