lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
Loading...
Searching...
No Matches
image.hpp File Reference

Image UI element for displaying textures. More...

#include "lmgl/renderer/shader.hpp"
#include "lmgl/renderer/texture.hpp"
#include "lmgl/renderer/vertex_array.hpp"
#include "lmgl/ui/ui_element.hpp"
#include <glm/glm.hpp>
#include <memory>

Go to the source code of this file.

Classes

class  lmgl::ui::Image
 Image UI element for rendering textures. More...

Namespaces

namespace  lmgl
 Forward declarations for Assimp Material structure.
namespace  lmgl::ui

Detailed Description

Image UI element for displaying textures.

This header file contains the definition of the Image class, which renders a texture on a rectangle with optional tint color.