Home -> IRenderer -> CreateTextureBuffer3D

Description

The CreateTextureBuffer3D method constructs and returns a new object which implements the ITextureBuffer3D interface.

Usage

ITextureBuffer3D::unique_ptr CreateTextureBuffer3D();

Return value

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

See also