OuterCelestics / StellarEngine

Stellar - open source 3D game engine.
MIT License
5 stars 1 forks source link

Shader hot reload is broken rn, reason is complete new render system for ECS #18

Closed Lukevdb01 closed 6 months ago

Lukevdb01 commented 6 months ago

I have managed to get the ECS working, allowing us to render separate components. However, during the process of finalizing that, the shader hot reload system broke, resulting in an error when saving a shader at runtime.