VulkanFullScreenQuadExtManual

Trait VulkanFullScreenQuadExtManual 

Source
pub trait VulkanFullScreenQuadExtManual:
    Sealed
    + IsA<VulkanFullScreenQuad>
    + 'static {
    // Provided method
    fn draw_into_output(&self, outbuf: &mut BufferRef) -> Result<(), Error> { ... }
}

Provided Methods§

Source

fn draw_into_output(&self, outbuf: &mut BufferRef) -> Result<(), Error>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§