fintelia / smaa-rs

Library for post-process antialiasing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid use of `shaderc` in released crate

Friz64 opened this issue · comments

The crate should provide precompiled versions of every permutation (4 ShaderQuality * 7 ShaderStage = 28 permutations) of the shaders and include them. This avoids the dependency of shaderc and its inclusion in binaries.

(Sorry I missed this issue... I had GitHub notifications disabled on this repo for some reason)

The crate now works with naga so it doesn't have to depend on shaderc at all 🎉