Struct gfx_backend_empty::Surface[][src]

pub struct Surface;
Expand description

Dummy surface.

Trait Implementations

Formats the value using the given formatter. Read more

An opaque type wrapping the swapchain image.

Set up the swapchain associated with the surface to have the given format.

Remove the associated swapchain from this surface. Read more

Acquire a new swapchain image for rendering. Read more

Check if the queue family supports presentation to this surface.

Query surface capabilities for this physical device. Read more

Query surface formats for this physical device. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.