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

