@galacean/effects-webgl 2.7.0-alpha.2 → 2.7.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,7 +25,7 @@ export declare class GLEngine extends Engine {
25
25
  dispose(): void;
26
26
  getGLRenderer(): GLRenderer;
27
27
  getGLRendererInternal(): GLRendererInternal;
28
- private reset;
28
+ reset(): void;
29
29
  toggle(capability: GLenum, enable?: boolean): void;
30
30
  /**
31
31
  * 对于该上下文开启某种特性
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-webgl",
3
- "version": "2.7.0-alpha.2",
3
+ "version": "2.7.0-beta.0",
4
4
  "description": "Galacean Effects runtime webgl for the web",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -38,7 +38,7 @@
38
38
  "registry": "https://registry.npmjs.org"
39
39
  },
40
40
  "dependencies": {
41
- "@galacean/effects-core": "2.7.0-alpha.2"
41
+ "@galacean/effects-core": "2.7.0-beta.0"
42
42
  },
43
43
  "scripts": {
44
44
  "prebuild": "pnpm clean",