Home -> ITexelArrayOutput -> SetDetachAfterCapture

Description

The SetDetachAfterCapture method specifies whether this ITexelArrayOutput object will be detached after a single frame.

Usage

void SetDetachAfterCapture(bool state = true);

Argument list

state [bool]
True to automatically detach this capture target after a texel-array capture completes, false to keep it attached.

See also