@galacean/engine-shaderlab 1.4.0-beta.2 → 1.4.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.
@@ -8054,10 +8054,10 @@ ShaderLab._shaderPositionPool = ShaderLabUtils.createObjectPool(ShaderPosition);
8054
8054
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8055
8055
 
8056
8056
  //@ts-ignore
8057
- var version = "1.4.0-beta.2";
8057
+ var version = "1.4.1";
8058
8058
  var mode = "Release";
8059
8059
  mode = "Verbose";
8060
- console.log("Galacean ShaderLab version: " + version + ". mode: " + mode);
8060
+ console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);
8061
8061
 
8062
8062
  export { GSError, GSErrorName, Preprocessor, ShaderLab, version };
8063
8063
  //# sourceMappingURL=module.verbose.js.map