Skip to content

Commit d70fa53

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@43eccd2 🚀
1 parent 8f2522b commit d70fa53

File tree

150 files changed

+10515
-10915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+10515
-10915
lines changed

doc/naga/all.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

doc/naga/arena/handle/struct.Handle.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

doc/naga/arena/struct.Arena.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

doc/naga/arena/unique_arena/struct.UniqueArena.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h5 id="panics"><a class="doc-anchor" href="#panics">§</a>Panics</h5>
5757
T: <a class="trait" href="https://doc.rust-lang.org/1.88.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> + <a class="trait" href="https://doc.rust-lang.org/1.88.0/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> + <a class="trait" href="https://docs.rs/serde_core/1.0.226/serde_core/de/trait.Deserialize.html" title="trait serde_core::de::Deserialize">Deserialize</a>&lt;'de&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.deserialize" class="method trait-impl"><a class="src rightside" href="../../../src/naga/arena/unique_arena.rs.html#220-228">Source</a><a href="#method.deserialize" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/serde_core/1.0.226/serde_core/de/trait.Deserialize.html#tymethod.deserialize" class="fn">deserialize</a>&lt;D&gt;(deserializer: D) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.88.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, D::<a class="associatedtype" href="https://docs.rs/serde_core/1.0.226/serde_core/de/trait.Deserializer.html#associatedtype.Error" title="type serde_core::de::Deserializer::Error">Error</a>&gt;<div class="where">where
5858
D: <a class="trait" href="https://docs.rs/serde_core/1.0.226/serde_core/de/trait.Deserializer.html" title="trait serde_core::de::Deserializer">Deserializer</a>&lt;'de&gt;,</div></h4></section></summary><div class='docblock'>Deserialize this value from the given Serde deserializer. <a href="https://docs.rs/serde_core/1.0.226/serde_core/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Index%3CHandle%3CT%3E%3E-for-UniqueArena%3CT%3E" class="impl"><a class="src rightside" href="../../../src/naga/arena/unique_arena.rs.html#195-200">Source</a><a href="#impl-Index%3CHandle%3CT%3E%3E-for-UniqueArena%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.88.0/core/ops/index/trait.Index.html" title="trait core::ops::index::Index">Index</a>&lt;<a class="struct" href="../../struct.Handle.html" title="struct naga::Handle">Handle</a>&lt;T&gt;&gt; for <a class="struct" href="../../struct.UniqueArena.html" title="struct naga::UniqueArena">UniqueArena</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl"><a class="src rightside" href="../../../src/naga/arena/unique_arena.rs.html#196">Source</a><a href="#associatedtype.Output" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.88.0/core/ops/index/trait.Index.html#associatedtype.Output" class="associatedtype">Output</a> = T</h4></section></summary><div class='docblock'>The returned type after indexing.</div></details><details class="toggle method-toggle" open><summary><section id="method.index" class="method trait-impl"><a class="src rightside" href="../../../src/naga/arena/unique_arena.rs.html#197-199">Source</a><a href="#method.index" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.88.0/core/ops/index/trait.Index.html#tymethod.index" class="fn">index</a>(&amp;self, handle: <a class="struct" href="../../struct.Handle.html" title="struct naga::Handle">Handle</a>&lt;T&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.reference.html">&amp;T</a></h4></section></summary><div class='docblock'>Performs the indexing (<code>container[index]</code>) operation. <a href="https://doc.rust-lang.org/1.88.0/core/ops/index/trait.Index.html#tymethod.index">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Serialize-for-UniqueArena%3CT%3E" class="impl"><a class="src rightside" href="../../../src/naga/arena/unique_arena.rs.html#203-213">Source</a><a href="#impl-Serialize-for-UniqueArena%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://docs.rs/serde_core/1.0.226/serde_core/ser/trait.Serialize.html" title="trait serde_core::ser::Serialize">Serialize</a> for <a class="struct" href="../../struct.UniqueArena.html" title="struct naga::UniqueArena">UniqueArena</a>&lt;T&gt;<div class="where">where
5959
T: <a class="trait" href="https://doc.rust-lang.org/1.88.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> + <a class="trait" href="https://doc.rust-lang.org/1.88.0/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> + <a class="trait" href="https://docs.rs/serde_core/1.0.226/serde_core/ser/trait.Serialize.html" title="trait serde_core::ser::Serialize">Serialize</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.serialize" class="method trait-impl"><a class="src rightside" href="../../../src/naga/arena/unique_arena.rs.html#207-212">Source</a><a href="#method.serialize" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/serde_core/1.0.226/serde_core/ser/trait.Serialize.html#tymethod.serialize" class="fn">serialize</a>&lt;S&gt;(&amp;self, serializer: S) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.88.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;S::<a class="associatedtype" href="https://docs.rs/serde_core/1.0.226/serde_core/ser/trait.Serializer.html#associatedtype.Ok" title="type serde_core::ser::Serializer::Ok">Ok</a>, S::<a class="associatedtype" href="https://docs.rs/serde_core/1.0.226/serde_core/ser/trait.Serializer.html#associatedtype.Error" title="type serde_core::ser::Serializer::Error">Error</a>&gt;<div class="where">where
60-
S: <a class="trait" href="https://docs.rs/serde_core/1.0.226/serde_core/ser/trait.Serializer.html" title="trait serde_core::ser::Serializer">Serializer</a>,</div></h4></section></summary><div class='docblock'>Serialize this value into the given Serde serializer. <a href="https://docs.rs/serde_core/1.0.226/serde_core/ser/trait.Serialize.html#tymethod.serialize">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-SpanProvider%3CT%3E-for-UniqueArena%3CT%3E" class="impl"><a class="src rightside" href="../../../src/naga/span.rs.html#395-399">Source</a><a href="#impl-SpanProvider%3CT%3E-for-UniqueArena%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../../span/trait.SpanProvider.html" title="trait naga::span::SpanProvider">SpanProvider</a>&lt;T&gt; for <a class="struct" href="../../struct.UniqueArena.html" title="struct naga::UniqueArena">UniqueArena</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><section id="method.get_span-1" class="method trait-impl"><a class="src rightside" href="../../../src/naga/span.rs.html#396-398">Source</a><a href="#method.get_span-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../span/trait.SpanProvider.html#tymethod.get_span" class="fn">get_span</a>(&amp;self, handle: <a class="struct" href="../../struct.Handle.html" title="struct naga::Handle">Handle</a>&lt;T&gt;) -&gt; <a class="struct" href="../../struct.Span.html" title="struct naga::Span">Span</a></h4></section><section id="method.get_span_context" class="method trait-impl"><a class="src rightside" href="../../../src/naga/span.rs.html#378-386">Source</a><a href="#method.get_span_context" class="anchor">§</a><h4 class="code-header">fn <a href="../../span/trait.SpanProvider.html#method.get_span_context" class="fn">get_span_context</a>(&amp;self, handle: <a class="struct" href="../../struct.Handle.html" title="struct naga::Handle">Handle</a>&lt;T&gt;) -&gt; <a class="type" href="../../type.SpanContext.html" title="type naga::SpanContext">SpanContext</a></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-TypeContext-for-UniqueArena%3CType%3E" class="impl"><a class="src rightside" href="../../../src/naga/common/wgsl/types.rs.html#455-475">Source</a><a href="#impl-TypeContext-for-UniqueArena%3CType%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../common/wgsl/trait.TypeContext.html" title="trait naga::common::wgsl::TypeContext">TypeContext</a> for <a class="struct" href="../../struct.UniqueArena.html" title="struct naga::UniqueArena">UniqueArena</a>&lt;<a class="struct" href="../../ir/struct.Type.html" title="struct naga::ir::Type">Type</a>&gt;</h3><div class="docblock"><p>Format types as WGSL based on a <code>UniqueArena&lt;Type&gt;</code>.</p>
60+
S: <a class="trait" href="https://docs.rs/serde_core/1.0.226/serde_core/ser/trait.Serializer.html" title="trait serde_core::ser::Serializer">Serializer</a>,</div></h4></section></summary><div class='docblock'>Serialize this value into the given Serde serializer. <a href="https://docs.rs/serde_core/1.0.226/serde_core/ser/trait.Serialize.html#tymethod.serialize">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-SpanProvider%3CT%3E-for-UniqueArena%3CT%3E" class="impl"><a class="src rightside" href="../../../src/naga/span.rs.html#391-395">Source</a><a href="#impl-SpanProvider%3CT%3E-for-UniqueArena%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../../span/trait.SpanProvider.html" title="trait naga::span::SpanProvider">SpanProvider</a>&lt;T&gt; for <a class="struct" href="../../struct.UniqueArena.html" title="struct naga::UniqueArena">UniqueArena</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><section id="method.get_span-1" class="method trait-impl"><a class="src rightside" href="../../../src/naga/span.rs.html#392-394">Source</a><a href="#method.get_span-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../span/trait.SpanProvider.html#tymethod.get_span" class="fn">get_span</a>(&amp;self, handle: <a class="struct" href="../../struct.Handle.html" title="struct naga::Handle">Handle</a>&lt;T&gt;) -&gt; <a class="struct" href="../../struct.Span.html" title="struct naga::Span">Span</a></h4></section><section id="method.get_span_context" class="method trait-impl"><a class="src rightside" href="../../../src/naga/span.rs.html#374-382">Source</a><a href="#method.get_span_context" class="anchor">§</a><h4 class="code-header">fn <a href="../../span/trait.SpanProvider.html#method.get_span_context" class="fn">get_span_context</a>(&amp;self, handle: <a class="struct" href="../../struct.Handle.html" title="struct naga::Handle">Handle</a>&lt;T&gt;) -&gt; <a class="type" href="../../type.SpanContext.html" title="type naga::SpanContext">SpanContext</a></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-TypeContext-for-UniqueArena%3CType%3E" class="impl"><a class="src rightside" href="../../../src/naga/common/wgsl/types.rs.html#455-475">Source</a><a href="#impl-TypeContext-for-UniqueArena%3CType%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../common/wgsl/trait.TypeContext.html" title="trait naga::common::wgsl::TypeContext">TypeContext</a> for <a class="struct" href="../../struct.UniqueArena.html" title="struct naga::UniqueArena">UniqueArena</a>&lt;<a class="struct" href="../../ir/struct.Type.html" title="struct naga::ir::Type">Type</a>&gt;</h3><div class="docblock"><p>Format types as WGSL based on a <code>UniqueArena&lt;Type&gt;</code>.</p>
6161
</div></section></summary><div class="docblock"><p>This is probably only good enough for logging:</p>
6262
<ul>
6363
<li>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `BITS_PER_BYTE` constant in crate `naga`."><title>BITS_PER_BYTE in naga::back::spv - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../static.files/rustdoc-1a91846b.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="naga" data-themes="" data-resource-suffix="" data-rustdoc-version="1.88.0 (6b00bc388 2025-06-23)" data-channel="1.88.0" data-search-js="search-f7877310.js" data-settings-js="settings-5514c975.js" ><script src="../../../static.files/storage-4e99c027.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-7ef8a74a.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-044be391.svg"></head><body class="rustdoc constant"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../naga/index.html">naga</a><span class="version">26.0.0</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"><h2><a href="index.html">In naga::<wbr>back::<wbr>spv</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../../index.html">naga</a>::<wbr><a href="../index.html">back</a>::<wbr><a href="index.html">spv</a></div><h1>Constant <span class="constant">BITS_PER_BYTE</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../../src/naga/back/spv/mod.rs.html#64">Source</a> </span></div><pre class="rust item-decl"><code>const BITS_PER_BYTE: <a class="type" href="../../ir/type.Bytes.html" title="type naga::ir::Bytes">Bytes</a> = 8;</code></pre></section></div></main></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `BITS_PER_BYTE` constant in crate `naga`."><title>BITS_PER_BYTE in naga::back::spv - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../static.files/rustdoc-1a91846b.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="naga" data-themes="" data-resource-suffix="" data-rustdoc-version="1.88.0 (6b00bc388 2025-06-23)" data-channel="1.88.0" data-search-js="search-f7877310.js" data-settings-js="settings-5514c975.js" ><script src="../../../static.files/storage-4e99c027.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-7ef8a74a.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-044be391.svg"></head><body class="rustdoc constant"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../naga/index.html">naga</a><span class="version">26.0.0</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"><h2><a href="index.html">In naga::<wbr>back::<wbr>spv</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../../index.html">naga</a>::<wbr><a href="../index.html">back</a>::<wbr><a href="index.html">spv</a></div><h1>Constant <span class="constant">BITS_PER_BYTE</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../../src/naga/back/spv/mod.rs.html#63">Source</a> </span></div><pre class="rust item-decl"><code>const BITS_PER_BYTE: <a class="type" href="../../ir/type.Bytes.html" title="type naga::ir::Bytes">Bytes</a> = 8;</code></pre></section></div></main></body></html>

0 commit comments

Comments
 (0)