I write an OpenGL ES 2.0 Engine and use FloatBuffers, but I heard that FloatBuffers run slowly on Android Froyo and moderately faster on Gingerbread.
So I want to know if it is possible to create and edit buffers using native C / C ++ (Android NDK).
Does this really improve performance?
What headings should be included?
source
share