Hilo3d API - v2.0.0
    Preparing search index...

    Interface RenderTargetSelectionOptions

    interface RenderTargetSelectionOptions {
        present?: boolean;
        takeOwnership?: boolean;
    }
    Index
    present?: boolean

    Present attachment zero after each render.

    takeOwnership?: boolean

    Destroy the target when it is replaced or when the renderer is destroyed.