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

Texture class for managing OpenGL textures. More...

#include <glad/glad.h>
#include <string>

Go to the source code of this file.

Classes

class  lmgl::renderer::Texture
 Manages an OpenGL texture. More...
 

Namespaces

namespace  lmgl
 Forward declarations for Assimp Material structure.
 
namespace  lmgl::renderer
 Namespace for rendering-related classes and functions.
 

Detailed Description

Texture class for managing OpenGL textures.

This class provides functionality to create, bind, unbind, resize, and set data for OpenGL textures.