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.
1 parent a93d6e0 commit 9fcc482Copy full SHA for 9fcc482
crates/spirv-std/macros/src/lib.rs
@@ -85,7 +85,7 @@ use quote::ToTokens;
85
///
86
/// The grammar for the macro is as follows:
87
88
-/// ```rust,no_compile
+/// ```rust,ignore
89
/// Image!(
90
/// <dimensionality>,
91
/// <type=...|format=...>,
@@ -99,7 +99,7 @@ use quote::ToTokens;
99
/// `=true` can be omitted as shorthand - e.g. `sampled` is short for `sampled=true`.
100
101
/// A basic example looks like this:
102
103
/// #[spirv(vertex)]
104
/// fn main(#[spirv(descriptor_set = 0, binding = 0)] image: &Image!(2D, type=f32, sampled)) {}
105
/// ```
0 commit comments