Home -> IRenderer -> CreateTextureBuffer2D

Description

The CreateTextureBuffer2D method constructs and returns a new object which implements the ITextureBuffer2D interface.

Usage

ITextureBuffer2D::unique_ptr CreateTextureBuffer2D();

Return value

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

See also