@galacean/engine-shaderlab 1.5.14 → 1.6.0-alpha.1

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.
@@ -7845,7 +7845,7 @@ ShaderLab._shaderPositionPool = ShaderLabUtils.createObjectPool(ShaderPosition);
7845
7845
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
7846
7846
 
7847
7847
  //@ts-ignore
7848
- var version = "1.5.14";
7848
+ var version = "1.6.0-alpha.1";
7849
7849
  var mode = "Release";
7850
7850
  mode = "Verbose";
7851
7851
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);