Expand description
Graphics service.
The GFX service controls (in a somewhat high-level way) the console’s LCD screens. The screens are subordinate to the GFX service handle and can be used by only one borrower at a time.
Structs§
- The bottom LCD screen.
- Handle to the GFX service.
- Representation of a framebuffer for one
Side
of the top screen, or the entire bottom screen. - The top LCD screen.
- The top LCD screen set in stereoscopic 3D mode.
- The left side of the top screen, when using 3D mode.
- The right side of the top screen, when using 3D mode.
Enums§
- Side of the
TopScreen
’s framebuffer.
Traits§
- A screen with buffers that can be flushed.
- Trait to handle common functionality for all screens.
- Trait for screens that can have its frame buffers swapped, when double buffering is enabled.