|
CeresEngine 0.2.0
A game development framework
|
#include "Common.hpp"#include "GPUFormat.hpp"#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Macros.hpp"#include "CeresEngine/Foundation/Hash.hpp"#include "CeresEngine/Foundation/Container/SmallVector.hpp"#include "CeresEngine/Foundation/Container/Vector.hpp"#include "CeresEngine/Mesh/VertexDeclaration.hpp"#include <tuple>Go to the source code of this file.
Classes | |
| struct | CeresEngine::GPUVertexAttribute |
| A vertex attribute represents a pair of points that can be stored inside a vertex buffer. More... | |
| struct | CeresEngine::GPUVertexInputRate |
| Specify rate at which vertex attributes are pulled from buffers. More... | |
| struct | CeresEngine::GPUVertexFormat |
Namespaces | |
| namespace | CeresEngine |