Module ctru::services::gfx

source ·
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§

Enums§

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.