doc(reflect): fix link

This commit is contained in:
chyyran 2024-09-29 01:01:06 -04:00
parent 4285ad2bd1
commit b123f63a6e

View file

@ -152,7 +152,7 @@ pub mod preprocess {
/// librashader-reflect is designed to be frontend and backend agnostic. /// librashader-reflect is designed to be frontend and backend agnostic.
/// ///
/// Currently [SpirvCompilation](crate::reflect::SpirvCompilation), /// Currently [SpirvCompilation](crate::reflect::SpirvCompilation),
/// which does compilation of GLSL to SPIR-V via [glslang](https://github.com/KhronosGroup/glslang/ is the only /// which does compilation of GLSL to SPIR-V via [glslang](https://github.com/KhronosGroup/glslang/) is the only
/// supported frontend. /// supported frontend.
/// ///
/// In the future, we will allow [Naga](https://docs.rs/naga/latest/naga/index.html), a pure-Rust shader compiler, /// In the future, we will allow [Naga](https://docs.rs/naga/latest/naga/index.html), a pure-Rust shader compiler,