|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Foundation/Container/Vector.hpp"#include "CeresEngine/Math/Extent.hpp"#include <cstddef>Go to the source code of this file.
Classes | |
| struct | CeresEngine::BC< N > |
Namespaces | |
| namespace | CeresEngine |
Variables | |
| const BC< 1 > | CeresEngine::bc1 |
| Compresses the texture using DXT1. | |
| const BC< 1 > | CeresEngine::dxt1 |
| const BC< 3 > | CeresEngine::bc3 |
| Compresses the texture using DXT5. | |
| const BC< 3 > | CeresEngine::dxt5 |
| const BC< 4 > | CeresEngine::bc4 |
| Compresses the texture using BC4. | |
| const BC< 5 > | CeresEngine::bc5 |
| Compresses the texture using BC5. | |