Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
|
Contains useful wrappers for rendering with SDL2. More...
Go to the source code of this file.
Namespaces | |
namespace | pu |
namespace | pu::ui |
namespace | pu::ui::render |
Functions | |
sdl2::Texture | pu::ui::render::ConvertToTexture (sdl2::Surface surface) |
Converts a Surface to a Texture. | |
sdl2::Texture | pu::ui::render::LoadImage (const std::string &path) |
Loads an image from the specified path. | |
i32 | pu::ui::render::GetTextureWidth (sdl2::Texture texture) |
Gets the width of a Texture. | |
i32 | pu::ui::render::GetTextureHeight (sdl2::Texture texture) |
Gets the height of a Texture. | |
void | pu::ui::render::SetAlphaValue (sdl2::Texture texture, const u8 alpha) |
Sets the alpha value (for blending) of a Texture. | |
void | pu::ui::render::DeleteTexture (sdl2::Texture &texture) |
Frees a Texture from memory, and sets nullptr to the reference. | |
Contains useful wrappers for rendering with SDL2.
Plutonium library