CapturedResource constructor
CapturedResource({})
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,
});