Type Definition webrender_api::LayerToWorldScale
[−]
[src]
type LayerToWorldScale = TypedScale<f32, LayerPixel, WorldPixel>;
Scaling ratio from layer to world. Used for cases where we know the layer is in world space, or specifically want to treat it this way.