Skip to content

Commit d0dfcc9

Browse files
Deploying to master from @ gfx-rs/wgpu@f89ede7 🚀
1 parent 7d7af6b commit d0dfcc9

File tree

14 files changed

+31
-31
lines changed

14 files changed

+31
-31
lines changed

doc/naga/common/wgsl/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<!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="Code shared between the WGSL front and back ends."><title>naga::common::wgsl - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.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-46132b98.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.85.1 (4eb161250 2025-03-15)" data-channel="1.85.1" data-search-js="search-75f5ac3e.js" data-settings-js="settings-0f613d39.js" ><script src="../../../static.files/storage-59e33391.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-5f194d8c.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 mod"><!--[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">24.0.0</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module wgsl</a></h2><h3><a href="#modules">Module Items</a></h3><ul class="block"><li><a href="#modules" title="Modules">Modules</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#traits" title="Traits">Traits</a></li><li><a href="#functions" title="Functions">Functions</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="../index.html">In naga::<wbr>common</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"><span class="rustdoc-breadcrumbs"><a href="../../index.html">naga</a>::<wbr><a href="../index.html">common</a></span><h1>Module <span>wgsl</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/common/wgsl/mod.rs.html#1-9">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Code shared between the WGSL front and back ends.</p>
22
</div></details><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="mod" href="diagnostics/index.html" title="mod naga::common::wgsl::diagnostics">diagnostics</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="desc docblock-short">WGSL diagnostic filters and severities.</div></li><li><div class="item-name"><a class="mod" href="to_wgsl/index.html" title="mod naga::common::wgsl::to_wgsl">to_wgsl</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="desc docblock-short">Generating WGSL source code for Naga IR types.</div></li><li><div class="item-name"><a class="mod" href="types/index.html" title="mod naga::common::wgsl::types">types</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="desc docblock-short">Code for formatting Naga IR types as WGSL source code.</div></li></ul><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.DisplayFilterableTriggeringRule.html" title="struct naga::common::wgsl::DisplayFilterableTriggeringRule">Display<wbr>Filterable<wbr>Triggering<wbr>Rule</a></div></li></ul><h2 id="traits" class="section-header">Traits<a href="#traits" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="trait" href="trait.ToWgsl.html" title="trait naga::common::wgsl::ToWgsl">ToWgsl</a></div><div class="desc docblock-short">Types that can return the WGSL source representation of their
33
values as a <code>'static</code> string.</div></li><li><div class="item-name"><a class="trait" href="trait.TryToWgsl.html" title="trait naga::common::wgsl::TryToWgsl">TryTo<wbr>Wgsl</a></div><div class="desc docblock-short">Types that may be able to return the WGSL source representation
4-
for their values as a `‘static string.</div></li><li><div class="item-name"><a class="trait" href="trait.TypeContext.html" title="trait naga::common::wgsl::TypeContext">Type<wbr>Context</a></div><div class="desc docblock-short">A context for printing Naga IR types as WGSL.</div></li></ul><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="fn" href="fn.address_space_str.html" title="fn naga::common::wgsl::address_space_str">address_<wbr>space_<wbr>str</a></div><div class="desc docblock-short">Return the WGSL address space and access mode strings for <code>space</code>.</div></li></ul></section></div></main></body></html>
4+
for their values as a <code>'static</code> string.</div></li><li><div class="item-name"><a class="trait" href="trait.TypeContext.html" title="trait naga::common::wgsl::TypeContext">Type<wbr>Context</a></div><div class="desc docblock-short">A context for printing Naga IR types as WGSL.</div></li></ul><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="fn" href="fn.address_space_str.html" title="fn naga::common::wgsl::address_space_str">address_<wbr>space_<wbr>str</a></div><div class="desc docblock-short">Return the WGSL address space and access mode strings for <code>space</code>.</div></li></ul></section></div></main></body></html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<!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="Generating WGSL source code for Naga IR types."><title>naga::common::wgsl::to_wgsl - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.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-46132b98.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.85.1 (4eb161250 2025-03-15)" data-channel="1.85.1" data-search-js="search-75f5ac3e.js" data-settings-js="settings-0f613d39.js" ><script src="../../../../static.files/storage-59e33391.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../../static.files/main-5f194d8c.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 mod"><!--[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">24.0.0</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module to_wgsl</a></h2><h3><a href="#traits">Module Items</a></h3><ul class="block"><li><a href="#traits" title="Traits">Traits</a></li><li><a href="#functions" title="Functions">Functions</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="../index.html">In naga::<wbr>common::<wbr>wgsl</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"><span class="rustdoc-breadcrumbs"><a href="../../../index.html">naga</a>::<wbr><a href="../../index.html">common</a>::<wbr><a href="../index.html">wgsl</a></span><h1>Module <span>to_wgsl</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/common/wgsl/to_wgsl.rs.html#1-354">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Generating WGSL source code for Naga IR types.</p>
22
</div></details><h2 id="traits" class="section-header">Traits<a href="#traits" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="trait" href="trait.ToWgsl.html" title="trait naga::common::wgsl::to_wgsl::ToWgsl">ToWgsl</a></div><div class="desc docblock-short">Types that can return the WGSL source representation of their
33
values as a <code>'static</code> string.</div></li><li><div class="item-name"><a class="trait" href="trait.TryToWgsl.html" title="trait naga::common::wgsl::to_wgsl::TryToWgsl">TryTo<wbr>Wgsl</a></div><div class="desc docblock-short">Types that may be able to return the WGSL source representation
4-
for their values as a `‘static string.</div></li></ul><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="fn" href="fn.address_space_str.html" title="fn naga::common::wgsl::to_wgsl::address_space_str">address_<wbr>space_<wbr>str</a></div><div class="desc docblock-short">Return the WGSL address space and access mode strings for <code>space</code>.</div></li></ul></section></div></main></body></html>
4+
for their values as a <code>'static</code> string.</div></li></ul><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="fn" href="fn.address_space_str.html" title="fn naga::common::wgsl::to_wgsl::address_space_str">address_<wbr>space_<wbr>str</a></div><div class="desc docblock-short">Return the WGSL address space and access mode strings for <code>space</code>.</div></li></ul></section></div></main></body></html>

0 commit comments

Comments
 (0)