Skip to content

@orillusion/core


Class: UnresolvedResourceError

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

Raised when a pass declares b.read('foo') (or b.write('foo') without factory) but no other pass is the creator of 'foo'.

Extends

Constructors

Constructor

new UnresolvedResourceError(pass, resource): UnresolvedResourceError

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

Parameters

pass

string

resource

string

Returns

UnresolvedResourceError

Overrides

GraphCompileError.constructor

Properties

pass

readonly pass: string

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


resource

readonly resource: string

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