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?
optionalload?:"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.