Type Alias CompositorSurfaceTransform

Source
pub type CompositorSurfaceTransform = ScaleOffset;
Expand description

The transform type to apply to Compositor surfaces.

Aliased Type§

#[repr(C)]
pub struct CompositorSurfaceTransform { pub scale: Vector2D<f32, UnknownUnit>, pub offset: Vector2D<f32, UnknownUnit>, }

Fields§

§scale: Vector2D<f32, UnknownUnit>§offset: Vector2D<f32, UnknownUnit>