Skip to content

Documentation / scene / RenderModuleReadDescriptor

Interface: RenderModuleReadDescriptor

Defined in: libs/scene/src/render/rendergraph/render_module.ts:7

Selects which declared writer satisfies a module resource read.

Properties

resource

readonly resource: FrameResourceKey

Defined in: libs/scene/src/render/rendergraph/render_module.ts:9

Blackboard resource key.


version?

readonly optional version?: "current" | "final"

Defined in: libs/scene/src/render/rendergraph/render_module.ts:11

Writer selection. final may reorder the module. Default current.


optional?

readonly optional optional?: boolean

Defined in: libs/scene/src/render/rendergraph/render_module.ts:13

Allow the read to have no enabled declared writer. Default false.

Released under the MIT License.