Skip to content
import ManagedDepthAttachment from "@arcgis/core/views/3d/webgl/ManagedDepthAttachment.js";
Inheritance:
ManagedDepthAttachmentManagedFBOAttachmentManagedFBOResource
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

MethodSignatureClass
release
inherited
release(): boolean
retain
inherited
retain(): void

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