quakeforge/libs/video/renderer/vulkan/shader
Bill Currie 8c5c39cbe4 [vulkan] Mix turb full-brights into main color
I'd forgotten (when doing the original brush texture loader) that
turbulent surfaces were unlit and thus always full-bright, then never
wrote the turb shader to take care of it. The best solution seems to be
to just mix the two colors in the shader as it will allow turb surfaces
to be lit in the future (probably with severely limited light counts due
to being a forward renderer).
2021-12-24 06:45:13 +09:00
..
alias.frag [vulkan] Move the shaders into their own directory 2021-02-10 17:43:11 +09:00
alias.vert [vulkan] Update shaders and layouts for new scheme 2021-12-24 06:45:13 +09:00
alias_depth.vert [vulkan] Update shaders and layouts for new scheme 2021-12-24 06:45:13 +09:00
alias_gbuf.frag [vulkan] Switch alias pipeline to multi-texture 2021-12-24 06:45:13 +09:00
alias_shadow.vert [vulkan] Start work on shadows 2021-04-24 10:40:39 +09:00
bsp_depth.vert [vulkan] Update shaders and layouts for new scheme 2021-12-24 06:45:13 +09:00
bsp_gbuf.frag [vulkan] Switch bsp renderer to multi-texture 2021-12-24 06:45:13 +09:00
bsp_gbuf.geom [vulkan] Update shaders and layouts for new scheme 2021-12-24 06:45:13 +09:00
bsp_gbuf.vert [vulkan] Update shaders and layouts for new scheme 2021-12-24 06:45:13 +09:00
bsp_shadow.vert [vulkan] Start work on shadows 2021-04-24 10:40:39 +09:00
bsp_sky.frag [vulkan] Update shaders and layouts for new scheme 2021-12-24 06:45:13 +09:00
bsp_turb.frag [vulkan] Mix turb full-brights into main color 2021-12-24 06:45:13 +09:00
compose.frag [vulkan] Tweak the lighting to look a bit better 2021-03-20 19:15:06 +09:00
lighting.frag [vulkan] Fix some mostly harmless typos 2021-12-24 06:45:13 +09:00
passthrough.vert [vulkan] Move the shaders into their own directory 2021-02-10 17:43:11 +09:00
pushcolor.frag [vulkan] Move the shaders into their own directory 2021-02-10 17:43:11 +09:00
quakebsp.frag [vulkan] Move the shaders into their own directory 2021-02-10 17:43:11 +09:00
quakebsp.vert [vulkan] Update shaders and layouts for new scheme 2021-12-24 06:45:13 +09:00
shadow.geom [vulkan] Start work on shadows 2021-04-24 10:40:39 +09:00
twod.frag [vulkan] Move matrices into per-frame buffers 2021-12-24 06:45:13 +09:00
twod.vert [vulkan] Move matrices into per-frame buffers 2021-12-24 06:45:13 +09:00