Struct wgpu_hal::AcquiredSurfaceTexture
source · pub struct AcquiredSurfaceTexture<A: Api> {
pub texture: A::SurfaceTexture,
pub suboptimal: bool,
}
Fields§
§texture: A::SurfaceTexture
§suboptimal: bool
The presentation configuration no longer matches the surface properties exactly, but can still be used to present to the surface successfully.