9class VertexDescription;
A buffer containing GPU accessible data.
Definition: Buffer.hpp:8
Binds together a vertex description with buffers.
Definition: GeometryBinding.hpp:8
An isocahedron used as proxy light geometry.
Definition: Isocahedron.hpp:13
uint16_t GetIndexCount() const
Get the number of indices in the geometry.
Definition: Isocahedron.cpp:88
const VertexDescription * GetVertexDescription() const
Get the isocahedron's vertex description.
Definition: Isocahedron.cpp:80
Isocahedron(LowLevelRenderer *lowLevelRenderer)
Create new isocahedron.
Definition: Isocahedron.cpp:8
GeometryBinding * GetGeometryBinding()
Get the geometry binding.
Definition: Isocahedron.cpp:84
float GetError() const
Get the error when compared to a sphere.
Definition: Isocahedron.cpp:92
~Isocahedron()
Destructor.
Definition: Isocahedron.cpp:73
Low level renderer abstracting the underlaying graphics API (OpenGL or Vulkan).
Definition: LowLevelRenderer.hpp:27
Describes how a vertex buffer is accessed by a shader.
Definition: VertexDescription.hpp:8
Definition: Editor.hpp:18