colorTexture property

Texture get colorTexture

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

Texture get colorTexture;