Home -> IRenderer -> CreateTexelArray

Description

The CreateTexelArray method constructs and returns a new object which implements the ITexelArray interface.

Usage

ITexelArray::unique_ptr CreateTexelArray();

Return value

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

See also