@galacean/effects-webgl 2.0.0-alpha.24 → 2.0.0-alpha.26

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.
@@ -29,7 +29,6 @@ export declare class GLMaterial extends Material {
29
29
  private uniforms;
30
30
  private uniformDirtyFlag;
31
31
  private macrosDirtyFlag;
32
- private readonly macros;
33
32
  private glMaterialState;
34
33
  constructor(engine: Engine, props?: MaterialProps);
35
34
  get blending(): UndefinedAble<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-webgl",
3
- "version": "2.0.0-alpha.24",
3
+ "version": "2.0.0-alpha.26",
4
4
  "description": "Galacean Effects runtime webgl for the web",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -38,7 +38,8 @@
38
38
  "registry": "https://registry.npmjs.org"
39
39
  },
40
40
  "dependencies": {
41
- "@galacean/effects-core": "2.0.0-alpha.24"
41
+ "string-hash": "^1.1.3",
42
+ "@galacean/effects-core": "2.0.0-alpha.26"
42
43
  },
43
44
  "scripts": {
44
45
  "prebuild": "pnpm clean",