|
StapleGL
Header-only C++20 OpenGL wrapper
|
Cube map texture wrapper. More...
#include "gl_functions.hpp"#include "texture.hpp"#include "utility.hpp"#include <cstddef>#include <cstdint>#include <span>

Go to the source code of this file.
Classes | |
| class | staplegl::cubemap |
| Cube map texture wrapper. More... | |
Namespaces | |
| namespace | staplegl |
Cube map texture wrapper.
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.