import ManagedFBOAttachment from "@arcgis/core/views/3d/webgl/ManagedFBOAttachment.js";const ManagedFBOAttachment = await $arcgis.import("@arcgis/core/views/3d/webgl/ManagedFBOAttachment.js");- Inheritance:
- ManagedFBOAttachment→
ManagedFBOResource
- Subclasses:
- ManagedColorAttachment, ManagedDepthAttachment
- Since
- ArcGIS Maps SDK for JavaScript 5.0
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