|
|
|
|
|
by mknsri
1072 days ago
|
|
I wanted to include common code for all shaders in a simple way, but I was too lazy write a proper parser. So instead I used the C++ preprocessor and macros to include things from common shader code and combine them in the build step. |
|