[−][src]Struct gfx_backend_empty::Surface
Dummy surface.
Trait Implementations
impl Debug for Surface
[src]
impl PresentationSurface<Backend> for Surface
[src]
type SwapchainImage = ()
An opaque type wrapping the swapchain image.
unsafe fn configure_swapchain(
&mut self,
_: &Device,
_: SwapchainConfig
) -> Result<(), CreationError>
[src]
&mut self,
_: &Device,
_: SwapchainConfig
) -> Result<(), CreationError>
unsafe fn unconfigure_swapchain(&mut self, _: &Device)
[src]
unsafe fn acquire_image(
&mut self,
_: u64
) -> Result<((), Option<Suboptimal>), AcquireError>
[src]
&mut self,
_: u64
) -> Result<((), Option<Suboptimal>), AcquireError>
impl Surface<Backend> for Surface
[src]
fn supports_queue_family(&self, _: &QueueFamily) -> bool
[src]
fn capabilities(&self, _: &PhysicalDevice) -> SurfaceCapabilities
[src]
fn supported_formats(&self, _: &PhysicalDevice) -> Option<Vec<Format>>
[src]
Auto Trait Implementations
impl RefUnwindSafe for Surface
impl Send for Surface
impl Sync for Surface
impl Unpin for Surface
impl UnwindSafe for Surface
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,