[][src]Struct riddle_renderer_wgpu::ext::WindowWGPUDevice

pub struct WindowWGPUDevice { /* fields omitted */ }

A standard Renderer WGPU device used with riddle_platform_winit windows.

While this can be used directly, if using Renderer::new_from_window, this type shouldn't need to be used by consumer code.

Implementations

impl WindowWGPUDevice[src]

pub fn new(window: &Window) -> Result<Self, RendererError>[src]

Trait Implementations

impl RendererWGPUDevice for WindowWGPUDevice[src]

Auto Trait Implementations

impl !RefUnwindSafe for WindowWGPUDevice

impl Send for WindowWGPUDevice

impl Sync for WindowWGPUDevice

impl Unpin for WindowWGPUDevice

impl !UnwindSafe for WindowWGPUDevice

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SetParameter for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.