Enum glium::draw_parameters::ProvokingVertex
[−]
[src]
pub enum ProvokingVertex {
LastVertex,
FirstVertex,
}The vertex to use for flat shading.
Variants
LastVertex | Use the last vertex of each primitive. |
FirstVertex | Use the first vertex of each primitive. Note that for triangle fans, this is not the first vertex but the second vertex. |