Hello Guest

Apple Extensions not available?

  • 4 Replies
  • 6304 Views
Apple Extensions not available?
« on: March 26, 2010, 12:11:33 »
Hi,

I'm on Mac OS X Snow Leopard and when trying to use ARBVertexArrayObject I get an "Function is not supported exception".

However, among others I've got the GL_APPLE_vertex_array_object extension.

Am I just too stupid or is there really no way to use the Apple Extensions in LWJGL???

Thank you very much :-)

Regards,
Tim

*

Offline spasi

  • *****
  • 2258
    • WebHotelier
Re: Apple Extensions not available?
« Reply #1 on: March 26, 2010, 13:07:13 »
Hey Tim,

Could you please give me a list of APPLE extensions you'd like to see supported by LWJGL (links to specs appreciated)? I'll try to get them in before the next release.

Re: Apple Extensions not available?
« Reply #2 on: March 26, 2010, 13:30:12 »
Wow, that's nice :-)

Currently most important for me:   GL_APPLE_vertex_array_object, which should just be an alias for GL_ARB_vertex_array_object.

Thank you very very very much for your quick help!


Here's a list to the specs of most Apple Extensions currently available on my Snow Leopard machine:
GL_APPLE_aux_depth_stencil
GL_APPLE_client_storage
GL_APPLE_element_array
GL_APPLE_fence
GL_APPLE_float_pixels
GL_APPLE_flush_buffer_range
GL_APPLE_rgb_422
GL_APPLE_texture_range
GL_APPLE_vertex_array_range
GL_APPLE_vertex_program_evaluators
GL_APPLE_ycbcr_422

However I don't need those actually, just if you want to add more.. :-)


Regards,
Tim

*

Offline spasi

  • *****
  • 2258
    • WebHotelier
Re: Apple Extensions not available?
« Reply #3 on: March 27, 2010, 01:34:32 »
Hey again Tim,

The above extensions have been added and also another 3 that I found on the registry.

Enjoy :)

Re: Apple Extensions not available?
« Reply #4 on: March 27, 2010, 16:46:08 »
Hey again Tim,

The above extensions have been added and also another 3 that I found on the registry.

Enjoy :)

Update: It really works! Wicked!

You're awesome! :-) GREAT!   Thank you so much!
« Last Edit: March 27, 2010, 17:02:23 by xindon »