Plutonium framework API  0.3
Simple UI framework for libnx and SDL2
pu::ui::render::TextureRenderOptions Struct Reference

#include <render_Renderer.hpp>

Public Attributes

i32 AlphaMod
 
i32 Width
 
i32 Height
 
float Angle
 

Static Public Attributes

static const TextureRenderOptions Default = { .AlphaMod = -1, .Width = -1, .Height = -1, .Angle = -1.0f }
 

Member Data Documentation

i32 pu::ui::render::TextureRenderOptions::AlphaMod
float pu::ui::render::TextureRenderOptions::Angle
constexpr const TextureRenderOptions pu::ui::render::TextureRenderOptions::Default = { .AlphaMod = -1, .Width = -1, .Height = -1, .Angle = -1.0f }
inlinestatic
i32 pu::ui::render::TextureRenderOptions::Height
i32 pu::ui::render::TextureRenderOptions::Width

The documentation for this struct was generated from the following file: