Home -> IRenderer -> CreateTextureBuffer1D

Description

The CreateTextureBuffer1D method constructs and returns a new object which implements the ITextureBuffer1D interface.

Usage

ITextureBuffer1D::unique_ptr CreateTextureBuffer1D();

Return value

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

See also