Function cgl_rs::graphics::widgets::set_fill_mode
source · pub fn set_fill_mode(mode: bool)
Expand description
Sets the fill mode for the current frame.
Arguments
mode
- Abool
representing the fill mode.true
for fill,false
for wireframe.