User:H4k1m0u: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
On your recent change.
 
No edit summary
Line 1: Line 1:
== On your recent change.
== On your recent change. ==


On the [[Primitives]] page, you attempted to change the section on {{code|GL_LINES}} to say, "If the user specifies a non-even number of vertices, then another line is drawn between the extra vertex and the first one." This is incorrect. The original text was almost verbatim from the specification:
On the [[Primitives]] page, you attempted to change the section on {{code|GL_LINES}} to say, "If the user specifies a non-even number of vertices, then another line is drawn between the extra vertex and the first one." This is incorrect. The original text was almost verbatim from the specification:

Revision as of 02:33, 2 April 2022

On your recent change.

On the Primitives page, you attempted to change the section on GL_LINES to say, "If the user specifies a non-even number of vertices, then another line is drawn between the extra vertex and the first one." This is incorrect. The original text was almost verbatim from the specification:

"If the number of vertices passed is odd, then the last vertex is ignored."

If you are seeing different behavior, then either your driver has a bug or you are not using GL_LINES. Either way, the change was rejected because it was incorrect. Alfonse (talk) 02:33, 2 April 2022 (UTC)