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
Properties
pass
readonlypass:string
Defined in: src/gfx/renderJob/graph/GraphValidator.ts:38
resource
readonlyresource:string
Defined in: src/gfx/renderJob/graph/GraphValidator.ts:39

