nw::gfx::Viewport::Viewport Constructor

Syntax

Viewport();
Viewport(
     float x,
     float y,
     float width,
     float height,
     float near,
     float far
);
Viewport(
     ut::Rect rect,
     float near,
     float far
);
Viewport(
     IRenderTarget * renderTarget,
     float near,
     float far
);
Viewport(
     const Viewport & v
);

List of Overloaded Member Functions

Viewport ( ) This is the default constructor.
Viewport ( float, float, float, float, float, float ) Constructor.
Viewport ( ut::Rect, float, float ) Constructor.
Viewport ( IRenderTarget *, float, float ) Constructor.
Viewport ( const Viewport & ) Copy constructor.

Description of Viewport ( )

This is the default constructor.

Description of Viewport ( float, float, float, float, float, float )

Constructor.

Description of Viewport ( ut::Rect, float, float )

Constructor.

Description of Viewport ( IRenderTarget *, float, float )

Constructor.

Description of Viewport ( const Viewport & )

Copy constructor.


CONFIDENTIAL