@galacean/engine-shaderlab 2.0.0-alpha.26 → 2.0.0-alpha.27

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
@@ -7765,7 +7765,7 @@
7765
7765
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
7766
7766
 
7767
7767
  //@ts-ignore
7768
- var version = "2.0.0-alpha.26";
7768
+ var version = "2.0.0-alpha.27";
7769
7769
  var mode = "Release";
7770
7770
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);
7771
7771