iPhone OpenGL : Data Type Question -


i want store array of floats that's array.

so want store array of float[3] (this contains x,y,sizex,sizey) use opengl

what's best way of doing using standard objectivec arrays feels slow solution.

i going through array on every draw call check collision objects.

i use array of glfloats in standard c, best bet performance wise.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -