@galacean/engine-shaderlab 1.6.10 → 1.6.12

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
@@ -8060,7 +8060,7 @@
8060
8060
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8061
8061
 
8062
8062
  //@ts-ignore
8063
- var version = "1.6.10";
8063
+ var version = "1.6.12";
8064
8064
  var mode = "Release";
8065
8065
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);
8066
8066