uploadedTextures property

List<RenderTargetSpec> uploadedTextures
final

Pixel uploads, in order, so a test can assert what reached the device.

Implementation

final List<RenderTargetSpec> uploadedTextures = <RenderTargetSpec>[];