最後使用 glBufferData 向buffer傳送資料:. unsigned int VBO; glGenBuffers(1, &VBO); glBindBuffer(GL_ARRAY_BUFFER, VBO); glBufferData( ...
確定! 回上一頁