We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcb4e3 commit e6d2fe5Copy full SHA for e6d2fe5
src/window/winit_window/frame_io.rs
@@ -49,7 +49,7 @@ impl FrameInput {
49
/// RenderTarget::screen(&frame_input.context, frame_input.viewport.width, frame_input.viewport.height)
50
/// ```
51
///
52
- pub fn screen(&self) -> RenderTarget {
+ pub fn screen(&self) -> RenderTarget<'_> {
53
RenderTarget::screen(&self.context, self.viewport.width, self.viewport.height)
54
}
55
0 commit comments