@galacean/effects-webgl 2.1.0-alpha.9 → 2.1.0-beta.0

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