Function rust_rpg_toolkit::render::texture::draw_texture[][src]

pub fn draw_texture(
    texture: &Texture,
    position: Vec2,
    color: Option<Color>,
    params: DrawTextureParams
)