[][src]Type Definition webrender_api::LayoutToWorldScale

type LayoutToWorldScale = TypedScale<f32, LayoutPixel, WorldPixel>;

Scaling ratio from layout to world. Used for cases where we know the layout is in world space, or specifically want to treat it this way.