Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
|
This is the complete list of members for pu::ui::render::TextureRenderOptions, including all inherited members.
alpha_mod | pu::ui::render::TextureRenderOptions | |
height | pu::ui::render::TextureRenderOptions | |
NoAlpha | pu::ui::render::TextureRenderOptions | static |
NoHeight | pu::ui::render::TextureRenderOptions | static |
NoRotation | pu::ui::render::TextureRenderOptions | static |
NoSourceX | pu::ui::render::TextureRenderOptions | static |
NoSourceY | pu::ui::render::TextureRenderOptions | static |
NoWidth | pu::ui::render::TextureRenderOptions | static |
rot_angle | pu::ui::render::TextureRenderOptions | |
src_x | pu::ui::render::TextureRenderOptions | |
src_y | pu::ui::render::TextureRenderOptions | |
TextureRenderOptions(std::optional< u8 > alpha, std::optional< i32 > width, std::optional< i32 > height, std::optional< float > rot_angle, std::optional< i32 > src_x, std::optional< i32 > src_y) | pu::ui::render::TextureRenderOptions | inline |
TextureRenderOptions() | pu::ui::render::TextureRenderOptions | inline |
width | pu::ui::render::TextureRenderOptions |