3#include "modules/renderer/shader.hpp"
5#include "types/basic.hpp"
7namespace acheron::renderer {
Color struct.
Definition basic.hpp:11
Material for meshes.
Definition material.hpp:11
Shader * shader
Shader pointer for the material.
Definition material.hpp:12
Color color
Color to tint the material.
Definition material.hpp:13
Wrapper for OpenGL shaders.
Definition shader.hpp:14