Home -> IRenderer -> CreateTextureBuffer1DArray

Description

The CreateTextureBuffer1DArray method constructs and returns a new object which implements the ITextureBuffer1DArray interface.

Usage

ITextureBuffer1DArray::unique_ptr CreateTextureBuffer1DArray();

Return value

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

See also