Browse Source

Update ctru-rs/examples/gfx-3d-mode.rs

Co-authored-by: Ian Chamberlain <ian-h-chamberlain@users.noreply.github.com>
pull/134/head
Meziu 1 year ago committed by GitHub
parent
commit
f260e943a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ctru-rs/examples/gfx-3d-mode.rs

2
ctru-rs/examples/gfx-3d-mode.rs

@ -1,7 +1,7 @@
//! 3D Graphics example. //! 3D Graphics example.
//! //!
//! This example showcases 3D mode rendering (using the CPU). //! This example showcases 3D mode rendering (using the CPU).
//! In a normal application, all rendering should be hanlded via the GPU. //! In a normal application, all rendering should be handled via the GPU.
use ctru::prelude::*; use ctru::prelude::*;
use ctru::services::gfx::{Flush, Screen, Side, Swap, TopScreen3D}; use ctru::services::gfx::{Flush, Screen, Side, Swap, TopScreen3D};

Loading…
Cancel
Save