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 3 of 3

Thread: Vertex buffer objects

  1. #1
    Intern Contributor
    Join Date
    Jan 2001
    Location
    Norrköping, Sweden
    Posts
    56

    Vertex buffer objects

    I can't seem to find any indication on that Panther supports Vertex buffer objects.
    I hope I am blind/stoopid or something because if it is not avilable I will cry a bit. I mean, since Apple is on the ARB and the extension was approved in February it should be supported... right?

    Does anyone know anything more about this?

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Dec 2001
    Location
    Wellington, New Zealand
    Posts
    548

    Re: Vertex buffer objects

    Panther does not support ARB_vertex_buffer_object (yet). I have some hopes for 10.3.2, since from the rumors it's a major graphics update, but my feature request bug hasn't been touched, so don't hold your breath.

    In the mean time, APPLE_vertex_array_range, APPLE_vertex_array_object, APPLE_fence and APPLE_element_array combine to provide (more than?) the functionality of ARB_vertex_buffer_object. These extensions are supported from 10.2.x (stable around 10.2.6) on all hardware.

  3. #3
    Intern Contributor
    Join Date
    Jan 2001
    Location
    Norrköping, Sweden
    Posts
    56

    Re: Vertex buffer objects

    Ah, that sounds nice. Let's hope for 10.3.2 then I'm developing a very straight-forward application that has to be easily portable so I try to use only cross-platform extensions if it is possible. But I'll check out those extensions in case I got time for a special Apple code path. Thx...

Posting Permissions

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