Answers

Question and Answer:

  Home  2D Game Graphic Designer

⟩ Tell me the steps to create a Vertex Buffer Object?

You can create a Vertex Buffer Object in three simple steps

a) Generate a new buffer object with glGenBuffers()

b) Bind the buffer object with glBindBuffer ()

c) Copy the vertex data to the buffer object

 173 views

More Questions for you: