Skip to content

Commit 0bbce6d

Browse files
Deploying to master from @ gfx-rs/wgpu@fe8a9b2 🚀
1 parent d76498c commit 0bbce6d

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

doc/src/wgpu/api/adapter.rs.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,19 @@
241241
<a href="#240" id="240">240</a>
242242
<a href="#241" id="241">241</a>
243243
<a href="#242" id="242">242</a>
244+
<a href="#243" id="243">243</a>
245+
<a href="#244" id="244">244</a>
246+
<a href="#245" id="245">245</a>
244247
</pre></div><pre class="rust"><code><span class="kw">use </span>std::{future::Future, sync::Arc, thread};
245248

246249
<span class="kw">use </span><span class="kw">crate</span>::context::{DeviceRequest, DynContext};
247250
<span class="kw">use crate</span>::<span class="kw-2">*</span>;
248251

249252
<span class="doccomment">/// Handle to a physical graphics and/or compute device.
250253
///
254+
/// Adapters can be created using [`Instance::request_adapter`]
255+
/// or other [`Instance`] methods.
256+
///
251257
/// Adapters can be used to open a connection to the corresponding [`Device`]
252258
/// on the host system by using [`Adapter::request_device`].
253259
///

0 commit comments

Comments
 (0)