2022-03-27 10:47:18 +00:00
|
|
|
/* date = March 24th 2022 4:18 pm */
|
|
|
|
|
|
|
|
#ifndef LUMENARIUM_EDITOR_RENDERER_H
|
|
|
|
#define LUMENARIUM_EDITOR_RENDERER_H
|
|
|
|
|
|
|
|
struct Editor_Renderer
|
|
|
|
{
|
2022-03-29 16:09:50 +00:00
|
|
|
Platform_Shader shd;
|
|
|
|
Platform_Geometry_Buffer geo;
|
|
|
|
Platform_Texture tex;
|
2022-03-27 10:47:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif //LUMENARIUM_EDITOR_RENDERER_H
|