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
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
huh, are you sure?Originally posted by gentleman:
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
For example, http://www.opengl.org/developers/doc...spec_1.2.1.pdf
has the spec of Polyoffset on page 74.