RenderGraphCaptureResult class Rendering
The product of one captured frame.
Constructors
-
RenderGraphCaptureResult({required List<
CapturedPass> passes, required List<CapturedResource> resources, required int pixelWidth, required int pixelHeight})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
passes
→ List<
CapturedPass> -
final
- pixelHeight → int
-
final
- pixelWidth → int
-
The captured view's render size in physical pixels.
final
-
resources
→ List<
CapturedResource> -
Every observed resource, in write order (build-time acquisitions
first). A key rewritten by a later pass appears once per write, each
entry carrying that write's snapshot.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resourceAt(
String key, int passIndex) → CapturedResource? -
The latest write of
keyat or beforepassIndex, or null. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited