Class: DuplicateCreatorError
Defined in: src/gfx/renderJob/graph/GraphValidator.ts:96
Raised when two passes call b.write(name, factory) for the same name. Only one pass may be the creator of a given resource; additional passes that also write must drop their factory and become mutators.
Extends
Constructors
Constructor
new DuplicateCreatorError(
resource,creators):DuplicateCreatorError
Defined in: src/gfx/renderJob/graph/GraphValidator.ts:99
Parameters
resource
string
creators
readonly string[]
Returns
DuplicateCreatorError
Overrides
Properties
resource
readonlyresource:string
Defined in: src/gfx/renderJob/graph/GraphValidator.ts:97
creators
readonlycreators: readonlystring[]
Defined in: src/gfx/renderJob/graph/GraphValidator.ts:98

