Skip to content

Commit d1d57ea

Browse files
committed
Deploying to gh-pages from @ 54f6978 🚀
1 parent ce94439 commit d1d57ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/spirv_std_macros/macro.Image.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h3 id="arguments"><a href="#arguments">Arguments</a></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/enum.ImageFormat.html" title="enum spirv_std_types::image_params::ImageFormat"><code>ImageFormat</code></a>.</li>
26+
Accepted values: Snake case versions of <a href="spirv_std_types::image_params::ImageFormat"><code>ImageFormat</code></a>.</li>
2727
<li><code>sampled</code> — Whether it is known that the image will be used with a sampler.
2828
Accepted values: <code>true</code> or <code>false</code>. Default: <code>unknown</code>.</li>
2929
<li><code>multisampled</code> — Whether the image contains multisampled content.

0 commit comments

Comments
 (0)