... 9 10 11 // 將顏色數據綁定到VBO上 12 glBindBuffer(GL_ARRAY_BUFFER, buffers[Colors+offset]) ; 13 glBufferData(GL_ARRAY_BUFFER, sizecol, ...
確定! 回上一頁