/* date = March 24th 2022 4:18 pm */
#ifndef LUMENARIUM_EDITOR_RENDERER_H
#define LUMENARIUM_EDITOR_RENDERER_H
struct Editor_Renderer
{
Platform_Shader shd;
Platform_Geometry_Buffer geo;
Platform_Texture tex;
};
#endif //LUMENARIUM_EDITOR_RENDERER_H