Auto load correct sun shadder

This commit is contained in:
nikola
2024-12-01 19:44:58 +01:00
parent ed9d049fa3
commit bbc8b33224
4 changed files with 148 additions and 38 deletions

View File

@@ -30,4 +30,11 @@ or
## Include order
- Std
- local ( form inc dir )
- external raylib
- external raylib
## Generate shader .h files
```
xxd -i shaders/sun_100.fs > inc/sunShader.hpp
xxd -i shaders/sun_330.fs >> inc/sunShader.hpp
```