Skip to main content

PresentableWindow

Trait PresentableWindow 

Source
pub trait PresentableWindow: WindowProvider
where Self::Handle: GPUSurfaceHandle,
{ }
Expand description

Marker trait for window providers whose handle can be used as a GPU surface.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§