There was an error while loading. Please reload this page.
1 parent f1f8fbb commit 0e519b4Copy full SHA for 0e519b4
1 file changed
wgpu-hal/src/vulkan/instance.rs
@@ -11,7 +11,7 @@ use arrayvec::ArrayVec;
11
use ash::{ext, khr, vk};
12
use parking_lot::RwLock;
13
14
-/// Name of the `VK_OHOS_surface` extension. Used with [`create_surface_ohos`].
+/// Name of the `VK_OHOS_surface` extension. Used with [`super::Instance::create_surface_ohos`].
15
#[cfg(target_env = "ohos")]
16
const OHOS_SURFACE_EXTENSION_NAME: &CStr = c"VK_OHOS_surface";
17
0 commit comments