From 6e0e87f222ea175c5e19c24c05d42e10757ad011 Mon Sep 17 00:00:00 2001 From: Arc'blroth <45273859+Arc-blroth@users.noreply.github.com> Date: Sat, 19 Dec 2020 14:55:42 -0800 Subject: [PATCH] Fix vulkano-shaders bytes documentation (#1458) Signed-off-by: Arc-blroth <45273859+Arc-blroth@users.noreply.github.com> --- vulkano-shaders/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkano-shaders/src/lib.rs b/vulkano-shaders/src/lib.rs index d7e5750d..8985595d 100644 --- a/vulkano-shaders/src/lib.rs +++ b/vulkano-shaders/src/lib.rs @@ -129,7 +129,7 @@ //! ## `bytes: "..."` //! //! Provides the path to precompiled SPIR-V bytecode, relative to `Cargo.toml`. -//! Cannot be used in conjunction with the `src` or `bytes` field. +//! Cannot be used in conjunction with the `src` or `path` field. //! This allows using shaders compiled through a separate build system. //! //! ## `include: ["...", "...", ..., "..."]`