nw::gfx::IRenderTarget::Builder Class

Syntax

class Builder

Description

Class for generating render targets.

Member Functions

Described Sets the configured content.
BufferSize Sets the size of the render buffer.
Width Sets the width of the render buffer.
Height Sets the height of the render buffer.
ColorFormat Sets the color format of the render buffer.
DepthFormat Sets the depth format of the render buffer.
ColorArea Sets the memory location of the color buffer.
DepthArea Sets the memory location of the depth buffer.
ColorAddress Directly sets the color buffer address.
DepthAddress Directly specifies the depth buffer address.
Create Creates a render target.

CONFIDENTIAL