Apple Extensions not available?

Started by xindon, March 26, 2010, 12:11:33

Previous topic - Next topic

xindon

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

spasi

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.

xindon

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

spasi

Hey again Tim,

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

Enjoy :)

xindon

Quote from: spasi 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 :)

Update: It really works! Wicked!

You're awesome! :-) GREAT!   Thank you so much!