CapturedResource constructor
CapturedResource({ - required String key,
- required int passIndex,
- String? debugName,
- int width = 0,
- int height = 0,
- PixelFormat? format,
- int sampleCount = 1,
- StorageMode? storageMode,
- bool isTexture = true,
- int? byteLength,
- Texture? snapshot,
- Texture? thumbnail,
- bool snapshotFailed = false,
})
Implementation
CapturedResource({
required this.key,
required this.passIndex,
this.debugName,
this.width = 0,
this.height = 0,
this.format,
this.sampleCount = 1,
this.storageMode,
this.isTexture = true,
this.byteLength,
this.snapshot,
this.thumbnail,
this.snapshotFailed = false,
});