@galacean/engine-shaderlab 2.0.0-alpha.20 → 2.0.0-alpha.21

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.
@@ -8887,7 +8887,7 @@
8887
8887
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8888
8888
 
8889
8889
  //@ts-ignore
8890
- var version = "2.0.0-alpha.20";
8890
+ var version = "2.0.0-alpha.21";
8891
8891
  var mode = "Release";
8892
8892
  mode = "Verbose";
8893
8893
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);