FrameGraphNode class abstract base

A pass, and the only thing an extension has to implement to become one.

Implementers

Constructors

FrameGraphNode()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isActive bool
Whether there is anything to do this frame.
no setter
keeps List<ResourceId>
What this node maintains across frames rather than producing fresh.
no setter
name String
Shown in errors and in the profiler. Unique within a graph.
no setter
optionalReads List<ResourceId>
What this node will sample if the frame happens to produce it.
no setter
reads List<ResourceId>
What this node needs to have been produced before it runs.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writes List<ResourceId>
What this node produces, fresh, this frame.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited