@galacean/engine-shaderlab 2.0.0-alpha.26 → 2.0.0-alpha.28

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.
@@ -8461,7 +8461,7 @@
8461
8461
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8462
8462
 
8463
8463
  //@ts-ignore
8464
- var version = "2.0.0-alpha.26";
8464
+ var version = "2.0.0-alpha.28";
8465
8465
  var mode = "Release";
8466
8466
  mode = "Verbose";
8467
8467
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);