1

What is the lowest possible android and opengl es version that i can go and still be able to use vertex buffer objects?

genpfault
  • 51,148
  • 11
  • 85
  • 139
clamp
  • 33,000
  • 75
  • 203
  • 299

1 Answers1

2

Vertex Buffer Objects have been available in OpenGL ES since version 1.1.

ES 1.1 has been supported in Android since API Level 1 (see GL11 documentation), which means that it has been in Android since version 1.0.

Reto Koradi
  • 53,228
  • 8
  • 93
  • 133