Skip to content

Commit 4989c65

Browse files
Deploying to master from @ gfx-rs/wgpu@f781a6b 🚀
1 parent 0caf215 commit 4989c65

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

doc/search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/src/wgpu_hal/auxil/renderdoc.rs.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@
138138
<a href="#137" id="137">137</a>
139139
<a href="#138" id="138">138</a>
140140
<a href="#139" id="139">139</a>
141-
<a href="#140" id="140">140</a></pre></div><pre class="rust"><code><span class="doccomment">//! RenderDoc integration - &lt;https://renderdoc.org/&gt;
141+
<a href="#140" id="140">140</a>
142+
<a href="#141" id="141">141</a></pre></div><pre class="rust"><code><span class="doccomment">//! RenderDoc integration - &lt;https://renderdoc.org/&gt;
142143

143-
</span><span class="kw">use </span>std::{ffi, os, ptr, string::String};
144+
</span><span class="kw">use </span>alloc::string::String;
145+
<span class="kw">use </span>core::{ffi, ptr};
144146

145147
<span class="doccomment">/// The dynamically loaded RenderDoc API function table
146148
</span><span class="attr">#[repr(C)]
@@ -249,7 +251,7 @@
249251
}
250252
}
251253
<span class="doccomment">/// An implementation specific handle
252-
</span><span class="kw">pub type </span>Handle = <span class="kw-2">*mut </span>os::raw::c_void;
254+
</span><span class="kw">pub type </span>Handle = <span class="kw-2">*mut </span>ffi::c_void;
253255

254256
<span class="kw">impl </span>RenderDoc {
255257
<span class="doccomment">/// Start a RenderDoc frame capture
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 `RTLD_NOLOAD` constant in crate `wgpu_hal`."><title>RTLD_NOLOAD in wgpu_hal::auxil::renderdoc - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.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-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-b0742ba02757f159.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="wgpu_hal" data-themes="" data-resource-suffix="" data-rustdoc-version="1.83.0 (90b35a623 2024-11-26)" data-channel="1.83.0" data-search-js="search-f0d225181b97f9a4.js" data-settings-js="settings-805db61a62df4bd2.js" ><script src="../../../static.files/storage-1d39b6787ed640ff.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-f070b9041d14864c.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-0111fcff984fae8f.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.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="../../../wgpu_hal/index.html">wgpu_<wbr>hal</a><span class="version">24.0.0</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"><h2><a href="index.html">In wgpu_<wbr>hal::<wbr>auxil::<wbr>renderdoc</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">wgpu_hal</a>::<wbr><a href="../index.html">auxil</a>::<wbr><a href="index.html">renderdoc</a></span><h1>Constant <span class="constant">RTLD_NOLOAD</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/wgpu_hal/auxil/renderdoc.rs.html#33">source</a> </span></div><pre class="rust item-decl"><code>const RTLD_NOLOAD: <a class="primitive" href="https://doc.rust-lang.org/1.83.0/std/primitive.i32.html">i32</a> = 0x4;</code></pre><span class="item-info"><div class="stab portability">Available on <strong><code>native</code> and crate feature <code>renderdoc</code> and Unix</strong> only.</div></span></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 `RTLD_NOLOAD` constant in crate `wgpu_hal`."><title>RTLD_NOLOAD in wgpu_hal::auxil::renderdoc - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.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-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-b0742ba02757f159.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="wgpu_hal" data-themes="" data-resource-suffix="" data-rustdoc-version="1.83.0 (90b35a623 2024-11-26)" data-channel="1.83.0" data-search-js="search-f0d225181b97f9a4.js" data-settings-js="settings-805db61a62df4bd2.js" ><script src="../../../static.files/storage-1d39b6787ed640ff.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-f070b9041d14864c.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-0111fcff984fae8f.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.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="../../../wgpu_hal/index.html">wgpu_<wbr>hal</a><span class="version">24.0.0</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"><h2><a href="index.html">In wgpu_<wbr>hal::<wbr>auxil::<wbr>renderdoc</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">wgpu_hal</a>::<wbr><a href="../index.html">auxil</a>::<wbr><a href="index.html">renderdoc</a></span><h1>Constant <span class="constant">RTLD_NOLOAD</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/wgpu_hal/auxil/renderdoc.rs.html#34">source</a> </span></div><pre class="rust item-decl"><code>const RTLD_NOLOAD: <a class="primitive" href="https://doc.rust-lang.org/1.83.0/std/primitive.i32.html">i32</a> = 0x4;</code></pre><span class="item-info"><div class="stab portability">Available on <strong><code>native</code> and crate feature <code>renderdoc</code> and Unix</strong> only.</div></span></section></div></main></body></html>

0 commit comments

Comments
 (0)