Viewport

nn::gd::CTR::Viewport::Viewport Constructor

Syntax

Viewport();

Viewport(
     u32 x,
     u32 y,
     u32 width,
     u32 height
);

List of Overloaded Member Functions

Viewport ( ) The constructor for the viewport. Initializes using default values.
Viewport ( u32, u32, u32, u32 ) The constructor for the viewport. Initializes using argument values.

Description of Viewport ( )

The constructor for the viewport. Initializes using default values.

Description of Viewport ( u32, u32, u32, u32 )

The constructor for the viewport. Initializes using the argument value.


CONFIDENTIAL