Skip to content

Commit 08e5c30

Browse files
Deploying to gh-pages from @ af29a38 🚀
1 parent 5cd9476 commit 08e5c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/spirv_std_macros/macro.Image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h3 id="arguments"><a class="doc-anchor" href="#arguments">§</a>Arguments</h3>
2323
when set the image format is unknown.
2424
Accepted values: <code>f32</code>, <code>f64</code>, <code>u8</code>, <code>u16</code>, <code>u32</code>, <code>u64</code>, <code>i8</code>, <code>i16</code>, <code>i32</code>, <code>i64</code>.</li>
2525
<li><code>format</code> — The image format of the image, mutually exclusive with <code>type</code>.
26-
Accepted values: Snake case versions of <a href="spirv_std_types::image_params::ImageFormat"><code>ImageFormat</code></a> variants, e.g. <code>rgba32f</code>,
26+
Accepted values: Snake case versions of <a href="../spirv_std_types/image_params/enum.ImageFormat.html" title="enum spirv_std_types::image_params::ImageFormat"><code>ImageFormat</code></a> variants, e.g. <code>rgba32f</code>,
2727
<code>rgba8_snorm</code>.</li>
2828
<li><code>sampled</code> — Whether it is known that the image will be used with a sampler.
2929
Accepted values: <code>true</code> or <code>false</code>. Default: <code>unknown</code>.</li>

0 commit comments

Comments
 (0)