import ManagedFBOResource from "@arcgis/core/views/3d/webgl/ManagedFBOResource.js";const ManagedFBOResource = await $arcgis.import("@arcgis/core/views/3d/webgl/ManagedFBOResource.js");- Subclasses:
- ManagedFBOAttachment, ManagedFBO
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Methods
release
Method
- Signature
-
release (): boolean
Release this managed framebuffer into cache again.
If more than one reference exists this will not have an effect.
- Returns
- boolean
retain
Method
- Signature
-
retain (): void
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