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: GL_FIXED documentation

  1. #1
    Junior Member Regular Contributor Kopelrativ's Avatar
    Join Date
    Apr 2011
    Posts
    212

    GL_FIXED documentation

    I can't find the documentation for GL_FIXED (as used in http://www.opengl.org/wiki/GLAPI/glVertexAttribPointer)?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Mar 2004
    Location
    Austin, TX, USA
    Posts
    109
    Looks like it was added in GL 4.2 core for compatibility with OpenGL ES 2 (though... I don't think GL_FIXED has been a fast path since the original OpenGL ES 1.x devices).

    Here's the original spec, from OpenGL ES:
    http://www.opengl.org/registry/specs/OES/OES_fixed_point.txt


    And here it is as an ARB extension:
    http://www.opengl.org/registry/specs...patibility.txt

Posting Permissions

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