Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: about API spec

  1. #1
    Guest

    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

  2. #2
    Member Regular Contributor
    Join Date
    May 2000
    Location
    Philadelphia
    Posts
    332

    Re: about API spec

    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
    huh, are you sure?

    For example, http://www.opengl.org/developers/doc...spec_1.2.1.pdf

    has the spec of Polyoffset on page 74.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •