Berserk
|
#include <core/Config.hpp>
#include <core/Typedefs.hpp>
#include <rhi/RHIResource.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | RHIVertexElement |
Describes a single vertex element in a vertex declaration. More... | |
class | RHIVertexDeclaration |
Contains information about a vertex declaration. More... | |
Typedefs | |
using | RHIVertexDeclarationDesc = std::vector< RHIVertexElement > |