@galacean/engine-shaderlab 1.6.9 → 1.6.10

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.
@@ -8844,7 +8844,7 @@ ShaderLab._shaderPositionPool = ShaderLabUtils.createObjectPool(ShaderPosition);
8844
8844
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8845
8845
 
8846
8846
  //@ts-ignore
8847
- var version = "1.6.9";
8847
+ var version = "1.6.10";
8848
8848
  var mode = "Release";
8849
8849
  mode = "Verbose";
8850
8850
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);