Type Definition webrender_api::LayerPrimitiveInfo 
                   
                       [−]
                   
               [src]
type LayerPrimitiveInfo = PrimitiveInfo<LayerPixel>;
Methods
impl LayerPrimitiveInfo[src]
pub fn new(rect: TypedRect<f32, LayerPixel>) -> Self[src]
pub fn with_clip_rect(
    rect: TypedRect<f32, LayerPixel>, 
    clip_rect: TypedRect<f32, LayerPixel>
) -> Self[src]
rect: TypedRect<f32, LayerPixel>,
clip_rect: TypedRect<f32, LayerPixel>
) -> Self