Skip to main content

VsyncModeWgpu

Trait VsyncModeWgpu 

Source
pub trait VsyncModeWgpu {
    // Required method
    fn to_present_mode(self) -> PresentMode;
}
Expand description

VsyncModewgpu::PresentMode.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl VsyncModeWgpu for VsyncMode

Implementors§