We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c7e98 commit 3715cb1Copy full SHA for 3715cb1
wgpu/src/lib.rs
@@ -1943,7 +1943,7 @@ impl Instance {
1943
/// Creates a new surface targeting a given window/canvas/surface/etc..
1944
///
1945
/// See [`SurfaceTarget`] for what targets are supported.
1946
- /// See [`Instance::create_surface`] for surface creation with unsafe target variants.
+ /// See [`Instance::create_surface_unsafe`] for surface creation with unsafe target variants.
1947
1948
/// Most commonly used are window handles (or provider of windows handles)
1949
/// which can be passed directly as they're automatically converted to [`SurfaceTarget`].
0 commit comments