68d01ca42e
Shaders - Relative paths
...
Shaders are no longer found under /shaders in the project; they can be
anywhere. In addition, paths for both (program) instructions in the
script and include directives in shader source code are relative to the
file which contains them.
2017-12-29 11:33:15 +01:00
9cb0b773c5
Scripting - Test updated to use includes
2017-12-28 10:33:59 +01:00
6b3f9bff2a
Scripting - Handle compute shader groups automatically
2017-12-25 20:39:56 +01:00
c3ccc9403a
Test - Converted DoF to compute shaders
...
It doesn't work too well, however. Other algorithms need to be checked
out.
2017-12-25 18:41:16 +01:00
eb2e83a568
Test - Compute shaders for raymarching
2017-12-25 10:12:17 +01:00
99bd2c429b
Adjustments to test compute shader
2017-12-24 13:16:07 +01:00
81ff8a8da6
Test - Use compute shader for combine stage
2017-12-24 11:40:06 +01:00
94b01e62b4
Optimizer - Started work on function inlining
...
For now:
* Option that triggers inlining
* Compute list of inline-able functions
2017-12-17 15:59:29 +01:00
64629560cc
Moved test "demo" to separate directory
2017-12-03 10:23:37 +01:00