bevy/crates/pathfinder/resources/shaders
2020-05-11 20:12:48 -07:00
..
gl3 pathfinder: data binding 2020-05-11 20:12:48 -07:00
gl4 pathfinder: data binding 2020-05-11 20:12:48 -07:00
metal pathfinder: data binding 2020-05-11 20:12:48 -07:00
vulkan pathfinder: data binding 2020-05-11 20:12:48 -07:00
README.md add pathfinder fork 2020-05-08 09:29:26 -07:00

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.