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 {}