Skip to content

Commit 0e519b4

Browse files
committed
hal/vulkan: link OHOS_SURFACE_EXTENSION_NAME to Instance::create_surface_ohos
Co-authored-by: ozongzi <ozongzi@users.noreply.github.com>
1 parent f1f8fbb commit 0e519b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu-hal/src/vulkan/instance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use arrayvec::ArrayVec;
1111
use ash::{ext, khr, vk};
1212
use parking_lot::RwLock;
1313

14-
/// Name of the `VK_OHOS_surface` extension. Used with [`create_surface_ohos`].
14+
/// Name of the `VK_OHOS_surface` extension. Used with [`super::Instance::create_surface_ohos`].
1515
#[cfg(target_env = "ohos")]
1616
const OHOS_SURFACE_EXTENSION_NAME: &CStr = c"VK_OHOS_surface";
1717

0 commit comments

Comments
 (0)