pathfinder/resources/shaders
Patrick Walton 6a32f8c055 Stop clamping radial gradient t values to [0.0, 1.0].
Closes #393.
2020-07-16 10:30:39 -07:00
..
gl3 Stop clamping radial gradient t values to [0.0, 1.0]. 2020-07-16 10:30:39 -07:00
gl4 Stop clamping radial gradient t values to [0.0, 1.0]. 2020-07-16 10:30:39 -07:00
metal Stop clamping radial gradient t values to [0.0, 1.0]. 2020-07-16 10:30:39 -07: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.