Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: glVertexAttribPointer

  1. #11
    Member Regular Contributor
    Join Date
    Apr 2010
    Posts
    493
    See the Getting Started wiki page in the section "Getting Functions".

  2. #12
    Intern Newbie
    Join Date
    Apr 2012
    Posts
    43
    Quote Originally Posted by carsten neumann View Post
    See the Getting Started wiki page in the section "Getting Functions".
    i still couldn't get it work.. even wglGetProcAddress gives errors.

  3. #13
    Senior Member OpenGL Pro BionicBytes's Avatar
    Join Date
    Mar 2009
    Location
    UK, London
    Posts
    1,171
    check your GL version with glGetversion and check your GL function initialisation code carefully

  4. #14
    Intern Newbie
    Join Date
    Apr 2012
    Posts
    43
    Quote Originally Posted by BionicBytes View Post
    check your GL version with glGetversion and check your GL function initialisation code carefully


    i got glee.h and it works perfect now, i can use vbo functions with no error. my ogl version is 2.1, i think enough for using vbos (?)

  5. #15
    Intern Newbie
    Join Date
    Apr 2012
    Posts
    43
    yep success, i have converted glbegin based terrain renderer to vbo based. it works great.

Posting Permissions

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