You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/wgpu/lib.rs.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3776,6 +3776,9 @@
3776
3776
<spanid="3774">3774</span>
3777
3777
<spanid="3775">3775</span>
3778
3778
<spanid="3776">3776</span>
3779
+
<spanid="3777">3777</span>
3780
+
<spanid="3778">3778</span>
3781
+
<spanid="3779">3779</span>
3779
3782
</pre><preclass="rust"><code><spanclass="doccomment">//! A cross-platform graphics and compute library based on [WebGPU](https://gpuweb.github.io/gpuweb/).
3780
3783
//!
3781
3784
//! To start using the API, create an [`Instance`].
@@ -5591,6 +5594,9 @@
5591
5594
5592
5595
<spanclass="doccomment">/// Creates a surface from a raw window handle.
5593
5596
///
5597
+
/// If the specified display and window handle are not supported by any of the backends, then the surface
5598
+
/// will not be supported by any adapters.
5599
+
///
5594
5600
/// # Safety
5595
5601
///
5596
5602
/// - Raw Window Handle must be a valid object to create a surface upon and
0 commit comments