opengl draw pixels code example Example: opengl draw a pixel glBegin(GL_POINTS); glColor3f(1,1,1); glVertex2i(100,100); glEnd();