@galacean/engine-shaderlab 2.0.0-alpha.11 → 2.0.0-alpha.13

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
@@ -8097,7 +8097,7 @@
8097
8097
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8098
8098
 
8099
8099
  //@ts-ignore
8100
- var version = "2.0.0-alpha.11";
8100
+ var version = "2.0.0-alpha.13";
8101
8101
  var mode = "Release";
8102
8102
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);
8103
8103