@galacean/engine-shaderlab 1.6.9 → 1.6.11

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