You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vendor SPIRV-Headers grammar for git dependency builds
When spirv-tools-core is used as a cargo git dependency, submodules
are not cloned, so the grammar file at external/spirv-headers/ is
unavailable. Vendor a copy under grammar/ and update build.rs to
fall back to it when the submodule path does not exist.
Resolution order: SPIRV_HEADERS_PATH env var > submodule > vendored.
0 commit comments