Bill Currie
49408c695d
[vulkan] Get sky sheets mostly working
...
They render (incorrectly because the images weren't translated
correctly), but aren't animated (haven't pushed the time constant)
2021-01-23 22:51:59 +09:00
Bill Currie
c75568c1cf
[vulkan] Get wall rendering partially working
...
Many surfaces are missing (I suspect it's due to transform stage
management in the index emitter), and currently only the light maps are
rendered (still not binding the correct textures), but the basics are
working.
2021-01-22 02:20:32 +09:00
Bill Currie
d33f5b8d0d
[vulkan] Make a lot of progress for brush models
...
Light maps are maybe updating, but as nothing is actually rendered yet,
it's hard to tell.
2021-01-20 01:28:54 +09:00
Bill Currie
c7b2843c0e
[vulkan] Create shanders for brush models
...
The fragment shader is a bit of a mini mega-shader, but I do want to try
out specializations.
2021-01-18 17:13:52 +09:00