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

Framebuffer class for off-screen rendering. More...

#include <glad/glad.h>
#include <memory>
#include "lmgl/renderer/texture.hpp"

Go to the source code of this file.

Classes

class  lmgl::renderer::Framebuffer
 Framebuffer class for off-screen rendering. More...
 

Namespaces

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

Detailed Description

Framebuffer class for off-screen rendering.

This class encapsulates the creation and management of an OpenGL framebuffer, including color and depth attachments.