Struct wgpu_hal::AcquiredSurfaceTexture [−][src]
pub struct AcquiredSurfaceTexture<A: Api> {
pub texture: A::SurfaceTexture,
pub suboptimal: bool,
}Fields
texture: A::SurfaceTexturesuboptimal: boolThe presentation configuration no longer matches the surface properties exactly, but can still be used to present to the surface successfully.