UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

9 lines (8 loc) 381 B
import type ManagedFBOAttachment from "./ManagedFBOAttachment.js"; /** * Describes the depth attachment of a managed framebuffer. The depth attachment is memory managed by * the [SceneView](https://developers.arcgis.com/javascript/latest/references/core/views/SceneView/). * * @since 5.0 */ export default abstract class ManagedDepthAttachment extends ManagedFBOAttachment {}