Commit graph

7 commits

Author SHA1 Message Date
Light
74a6035c32 Scene Serialization
- Scenes can now be serialized and de-serialized into .yaml files
- Added yaml-cpp as Dependency
2021-10-05 13:44:32 +03:30
Light3039
c12f97feb7 Fixed Linux 2021-09-23 11:20:57 +03:30
Steve Gremory
dc3650e118 Fixed CMake issues on linux, compile to test. 2021-09-20 12:13:03 +05:30
Light
c50b37d87f Added Post Build Command
- Added post build command to Engine's CMakeLists to copy over the
     shader conductor's .dll file
2021-09-13 16:08:21 +04:30
Light
eb00566953 Implemented ShaderConductor into Shaders
- glShader now uses ShaderConductor and compiles from .hlsl files
- Added Shader::Stage enum
- Removed .glsl files
- Improvements to CMakeLists files
- Maintenance
2021-09-13 12:17:26 +04:30
Light
32341d184c Minor Changes 2021-09-11 11:29:44 +04:30
Light
ed486713d0 Converted from premake5 to CMake 2021-09-09 19:46:02 +04:30