Skip to content

Documentation / scene / RGWriteOptions

Interface: RGWriteOptions

Defined in: libs/scene/src/render/rendergraph/types.ts:153

Controls whether a write needs the previous resource contents.

Properties

load?

optional load?: "load" | "discard"

Defined in: libs/scene/src/render/rendergraph/types.ts:158

Use discard for a full overwrite so old-content producers may be culled. Default load.

Released under the MIT License.