Lugdunum
0.1.0
|
#include <cstdint>
#include <vector>
#include <lug/Graphics/Export.hpp>
#include <lug/Graphics/Resource.hpp>
#include <lug/Graphics/Render/Material.hpp>
#include <lug/Math/Vector.hpp>
#include <lug/Graphics/Render/Mesh.inl>
Go to the source code of this file.
Classes | |
class | lug::Graphics::Render::Mesh |
A Mesh, which itsef is a Resource. A mesh is composed of a vector of PrimitiveSet. More... | |
struct | lug::Graphics::Render::Mesh::PrimitiveSet |
Describes part of a Mesh. More... | |
struct | lug::Graphics::Render::Mesh::PrimitiveSet::Attribute |
struct | lug::Graphics::Render::Mesh::PrimitiveSet::Attribute::Buffer |
Access to the data of the attribute. More... | |
Namespaces | |
lug | |
lug::Graphics | |
lug::Graphics::Builder | |
lug::Graphics::Render | |