RenderGraphCaptureRequest class Rendering
What a capture collects. Metadata (passes, data flow, timings) is always recorded; images are opt-in and can be restricted to thumbnails or to a set of resource keys, since a full-resolution capture of every target can exceed 150 MB at display sizes.
Constructors
Properties
- captureImages → bool
-
Whether to copy any texture contents at all.
final
- fullResolution → bool
-
Whether to keep full-resolution snapshots (same pixel format as the
source) in addition to thumbnails.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onlyKeys
→ Set<
String> ? -
When set, image capture is restricted to these resource keys
(blackboard keys or transient debug names); metadata still covers
everything.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbnailMaxDim → int?
-
Longest thumbnail edge in pixels, or null for no thumbnails.
final
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