import ManagedDepthAttachment from "@arcgis/core/views/3d/webgl/ManagedDepthAttachment.js";const ManagedDepthAttachment = await $arcgis.import("@arcgis/core/views/3d/webgl/ManagedDepthAttachment.js");- Inheritance:
- ManagedDepthAttachment→
ManagedFBOAttachment→ ManagedFBOResource
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Describes the depth attachment of a managed framebuffer. The depth attachment is memory managed by the SceneView.
Methods
release
inherited Method
- Signature
-
release (): boolean
Inherited from: ManagedFBOResource
Release this managed framebuffer into cache again.
If more than one reference exists this will not have an effect.
- Returns
- boolean
retain
inherited Method
- Signature
-
retain (): void
Inherited from: ManagedFBOResource
Increase reference counting on this managed framebuffer.
You can use this functionality to hold framebuffer contents for several frames and then release the framebuffer.
- Returns
- void