Which mode you have to use in place of ??? in order to achieve the shape bellow? glBegin(???); glVertex2F(0, 0); glVertex2F(1, 0.5F); glVertex2F(1,-0.5f); glVertex2F(-1, 0.5f); glVertex2F(-1,-0.5F); glend();