colorTexture property

  1. @override
Texture colorTexture
final

The color texture to use as the final render target for this frame.

This texture is render-target and shader-read capable. It is writable until present or discard is called. After that point, applications must not render into it again.

Implementation

@override
final Texture colorTexture;