#pragma once #include typedef struct Mesh { const Geometry* geometry; const Material* material; ShaderProgram* shader; } Mesh;