Home -> IRenderer -> CreateFrameBufferOutput

Description

The CreateFrameBufferOutput method constructs and returns a new object which implements the IFrameBufferOutput interface.

Usage

IFrameBufferOutput::unique_ptr CreateFrameBufferOutput();

Return value

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

See also