Relative Content

Tag Archive for rustwgpu-rswinit

Cannot create wgpu surface due to lifetime constraint

I am updating a project to the newest WGPU version which adds a lifetime parameter to wgpu::Surface<'window> that is causing me problems with the trait winit exposes for the window initialization winit::application::ApplicationHandler.

Cannot create wgpu surface due to lifetime constaint

I am updating a project to the newest WGPU version which adds a lifetime parameter to wgpu::Surface<'window> that is causing me problems with the trait winit exposes for the window initialization winit::application::ApplicationHandler.