Clarify naga psuedo-feature in wgpu

This commit is contained in:
Connor Fitzgerald 2025-07-10 21:59:35 -04:00 committed by Erich Gubler
parent 15f7c7e561
commit f83af61f74

View File

@ -11,7 +11,7 @@
//! complicated cases. //! complicated cases.
//! //!
//! - **`wgpu_core`** --- Enabled when there is any non-webgpu backend enabled on the platform. //! - **`wgpu_core`** --- Enabled when there is any non-webgpu backend enabled on the platform.
//! - **`naga`** ---- Enabled when any non-wgsl shader input is enabled. //! - **`naga`** --- Enabled when target `glsl` or `spirv`` input is enabled, or when `wgpu_core` is enabled.
//! //!
#![no_std] #![no_std]