Type Alias webrender_api::units::DeviceHomogeneousVector
source · pub type DeviceHomogeneousVector = HomogeneousVector<f32, DevicePixel>;
Aliased Type§
struct DeviceHomogeneousVector {
pub x: f32,
pub y: f32,
pub z: f32,
pub w: f32,
}
Fields§
§x: f32
§y: f32
§z: f32
§w: f32