We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GlobalVariable
1 parent 2021e7f commit d5bd3eaCopy full SHA for d5bd3ea
naga/src/back/spv/index.rs
@@ -50,12 +50,12 @@ impl<'w> BlockContext<'w> {
50
///
51
/// - An optional [`AccessIndex`], for case 2, applied to...
52
/// - An optional [`Access`] or [`AccessIndex`], for case 3, applied to...
53
- /// - A [`GlobalVariable`].
+ /// - A [`naga::GlobalVariable`].
54
55
/// The SPIR-V generated takes into account wrapped globals; see
56
/// [`global_needs_wrapper`].
57
58
- /// [`GlobalVariable`]: crate::Expression::GlobalVariable
+ /// [`naga::GlobalVariable`]: crate::Expression::GlobalVariable
59
/// [`AccessIndex`]: crate::Expression::AccessIndex
60
/// [`Access`]: crate::Expression::Access
61
/// [`base`]: crate::Expression::Access::base
0 commit comments