-
Junior Member
Regular Contributor
GL_FIXED documentation
I can't find the documentation for GL_FIXED (as used in http://www.opengl.org/wiki/GLAPI/glVertexAttribPointer)?
-
Junior Member
Regular Contributor
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
-
Forum Rules