Home -> IRenderer -> CreateTexelArrayOutput

Description

The CreateTexelArrayOutput method constructs and returns a new object which implements the ITexelArrayOutput interface.

Usage

ITexelArrayOutput::unique_ptr CreateTexelArrayOutput();

Return value

[ITexelArrayOutput]
A freshly constructed ITexelArrayOutput object, wrapped in a unique_ptr.

See also