about API spec

How can I find a specification of a OpenGL command? I found that even the documentation’s pdf files don’t contain every command specification. (or i’ve missed it)

just like…glPolygonOffset(…,…) , how can I check this function call?

thanks

Originally posted by gentleman:
[b]How can I find a specification of a OpenGL command? I found that even the documentation’s pdf files don’t contain every command specification. (or i’ve missed it)

just like…glPolygonOffset(…,…) , how can I check this function call?

thanks[/b]

huh, are you sure?

For example, http://www.opengl.org/developers/documentation/Version1.2/OpenGL_spec_1.2.1.pdf

has the spec of Polyoffset on page 74.