Struct vg::renderer::Command [−][src]
pub struct Command {
pub cmd_type: CommandType,
pub drawables: Vec<Drawable>,
pub triangles_verts: Option<(usize, usize)>,
pub image: Option<ImageId>,
pub glyph_texture: GlyphTexture,
pub fill_rule: FillRule,
pub composite_operation: CompositeOperationState,
}Fields
cmd_type: CommandTypedrawables: Vec<Drawable>triangles_verts: Option<(usize, usize)>image: Option<ImageId>glyph_texture: GlyphTexturefill_rule: FillRulecomposite_operation: CompositeOperationState