StapleGL
Header-only C++20 OpenGL wrapper
Loading...
Searching...
No Matches
cubemap.hpp File Reference

Cube map texture wrapper. More...

#include "gl_functions.hpp"
#include "texture.hpp"
#include "utility.hpp"
#include <cstddef>
#include <cstdint>
#include <span>
Include dependency graph for cubemap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  staplegl::cubemap
 Cube map texture wrapper. More...
 

Namespaces

namespace  staplegl
 

Detailed Description

Cube map texture wrapper.

Author
Dario Loi
Date
2023-08-25

Abstracts away the creation and usage of a cube map texture.

Cube maps are textures that are usually used to represent the skybox of a scene, or to represent reflections.

Definition in file cubemap.hpp.