pathfinder/resources/shaders
Patrick Walton 5a21557a6d Implement basic linear gradients.
This is not a very efficient implementation yet, but it seems to work.
2020-02-10 16:01:05 -08:00
..
gl3 Implement basic linear gradients. 2020-02-10 16:01:05 -08:00
metal Implement basic linear gradients. 2020-02-10 16:01:05 -08:00
README.md Add Metal shaders, cross-compiled from the GLSL via SPIR-V. 2019-06-05 18:29:25 -07:00

README.md

This directory contains postprocessed versions of the shaders in the top-level shaders/ directory, for convenience. Don't modify the shaders here; instead modify the corresponding shaders in shaders/ and rerun make in that directory.

You will need glslangValidator and spirv-cross installed to execute the Makefile. On macOS, you can get these with brew install glslang spirv-cross.