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 8c7bfe7 commit 19159e1Copy full SHA for 19159e1
examples/runners/ash/src/swapchain.rs
@@ -263,7 +263,7 @@ pub struct DrawFrame {
263
pub extent: vk::Extent2D,
264
/// the [`vk::Image`] to draw to
265
pub image: vk::Image,
266
- /// the [`vk::ImageImage`] to draw to, created from `image`
+ /// the [`vk::Image`] to draw to, created from `image`
267
pub image_view: vk::ImageView,
268
/// the `acquire_image` semaphore that must be waited for before draw commands are executed
269
pub acquire_semaphore: vk::Semaphore,
0 commit comments