Plutonium framework API 0.3.0
UI framework libraries for libnx
Loading...
Searching...
No Matches
pu::sdl2 Namespace Reference

Classes

class  TextureHandle
 

Typedefs

using Texture = SDL_Texture*
 
using Window = SDL_Window*
 
using Renderer = SDL_Renderer*
 
using Font = TTF_Font*
 
using Surface = SDL_Surface*
 

Typedef Documentation

◆ Font

◆ Renderer

using pu::sdl2::Renderer = SDL_Renderer*

◆ Surface

using pu::sdl2::Surface = SDL_Surface*

◆ Texture

using pu::sdl2::Texture = SDL_Texture*

◆ Window

using pu::sdl2::Window = SDL_Window*