overwrittenTextures property

List<({TextureFormat format, int mipLevel, ScreenRect region})> overwrittenTextures
final

Every call overwriteTexture has recorded, in order — wiring, not content, the same promise uploadedPixels already makes for a whole upload.

Implementation

final List<({TextureFormat format, ScreenRect region, int mipLevel})>
overwrittenTextures =
    <({TextureFormat format, ScreenRect region, int mipLevel})>[];