Enum gfx_core::state::RasterMethod
[−]
[src]
pub enum RasterMethod { Point, Line(i32), Fill, }
How to rasterize a primitive.
Variants
Point | Rasterize as a point. | |
Line | Rasterize as a line with the given width. | |
Fill | Rasterize as a face. |