Again a conversion question...
is there any way to do simular things to glMapBuffer?
If yes, how to do this?
Best Regards,
Andi
Again a conversion question...
is there any way to do simular things to glMapBuffer?
If yes, how to do this?
Best Regards,
Andi
Obviously you can do the same things as with a mapped VBO with a client side array.
On PowerVR MBX platforms this may be your best option as there is little performance difference between VBOs and client arrays. In other cases the best alternative depends on your actual usage of the mapped buffer.
I was thinking about this in the while as well and i’ll use the client side buffers for the reason of using the mbx platform. we talked about the performance of using vbo on this platform here in the forum a while ago. Remember?
Yes, this also applies to MBX Lite. However, note that SGX platforms do benefit from using VBOs.
No.. iPhone isnt SGX it is as you said, MBX lite.
I did lot of tests with VBOs on Nokia MBX Platforms and i could not reach to get a visible benefit out of it, so you really can use client side arrays as well.
What xmas wants to say is, that if your application should be ready for the future and should be able to use performance of future devices better uses VBOs
© Imagination Technologies Limited. All rights reserved.
Privacy Policy – Terms & Conditions – Trademarks – Cookies