@galacean/engine-core 1.1.1 → 1.1.3
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.
- package/dist/main.js +1 -0
- package/dist/main.js.map +1 -1
- package/dist/miniprogram.js +1 -0
- package/dist/module.js +1 -0
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/types/BasicResources.d.ts +0 -1
- package/types/Deprecated.d.ts +0 -101
- package/types/RenderPipeline/OpaqueTexturePass.d.ts +0 -1
- package/types/animation/AnimatorLayerMask.d.ts +0 -45
- package/types/animation/LayerPathMask.d.ts +0 -16
- package/types/animation/animationCurve/AnimationStringCurve.d.ts +0 -7
- package/types/enums/CameraType.d.ts +0 -1
- package/types/enums/Downsampling.d.ts +0 -11
- package/types/enums/MSAASamples.d.ts +0 -13
- package/types/texture/enums/PixelFormat.d.ts +0 -73
- package/types/xr/XRManager.d.ts +0 -5
package/dist/main.js
CHANGED
|
@@ -8632,6 +8632,7 @@ var BufferUtil = /*#__PURE__*/ function() {
|
|
|
8632
8632
|
this._isContentLost = false;
|
|
8633
8633
|
};
|
|
8634
8634
|
_proto._onDestroy = function _onDestroy() {
|
|
8635
|
+
GraphicsResource1.prototype._onDestroy.call(this);
|
|
8635
8636
|
this._platformPrimitive.destroy();
|
|
8636
8637
|
this._vertexElementMap = null;
|
|
8637
8638
|
};
|