Skip to content

@orillusion/core


Class: MissingCreatorError

Defined in: src/gfx/renderJob/graph/GraphValidator.ts:54

Raised when a pass calls b.write('foo') (mutator, no factory) but no other pass is the creator of 'foo'.

Extends

Constructors

Constructor

new MissingCreatorError(pass, resource): MissingCreatorError

Defined in: src/gfx/renderJob/graph/GraphValidator.ts:57

Parameters

pass

string

resource

string

Returns

MissingCreatorError

Overrides

GraphCompileError.constructor

Properties

pass

readonly pass: string

Defined in: src/gfx/renderJob/graph/GraphValidator.ts:55


resource

readonly resource: string

Defined in: src/gfx/renderJob/graph/GraphValidator.ts:56