Carna  Version 3.0.1
Classes | Namespaces
Mesh.h File Reference

Defines Carna::base::Mesh. More...

#include <Carna/base/VertexAttributes.h>
#include <Carna/base/VertexBuffer.h>
#include <Carna/base/IndexBuffer.h>
#include <memory>
+ Include dependency graph for Mesh.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Carna::base::MeshBase
 Format-independent abstract Mesh base class. Each mesh consists of a VertexBuffer, an IndexBuffer and a vertex array. This class realizes the RAII-idiom w.r.t. the vertex array. More...
 
class  Carna::base::Mesh< VertexType, IndexType >
 Implements MeshBase class for particular VertexType and IndexType. More...
 

Namespaces

 Carna::base
 Contains the core framework components.
 

Detailed Description

Defines Carna::base::Mesh.

Defines Carna::base::ShaderUniformType, Carna::base::ShaderUniformBase and Carna::base::ShaderUniform.

Definition in file Mesh.h.