Is this implemented? I am using the Windows Beta.
This is some code
Niether line is antialiased.
This is some code
SetColor(255,255,255) SetLineWidth(1) GlEnable GL_LINE_SMOOTH DrawLine(1,1,200,20) GlEnable GL_LINE_SMOOTH glBegin GL_LINES glVertex2f 0,0 glVertex2f 100,400 glEnd
Niether line is antialiased.