[][src]Function macroquad::draw_cube

pub fn draw_cube(
    position: Vec3,
    size: Vec3,
    texture: impl Into<Option<Texture2D>>,
    color: Color
)