Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取当前绑定的顶点数组对象的名称?
我查看了手册,但找不到与 glGet() 一起使用的枚举。
尝试glGetIntegerv()使用GL_VERTEX_ARRAY_BINDING.
glGetIntegerv()
GL_VERTEX_ARRAY_BINDING
请参阅OpenGL 4.3 规范中的第 652 页(“表 23.8。顶点数组数据(不在顶点数组对象中)”)。
如果您之前没有进行过规范,请注意它们会省略gl函数中的GL_前缀和枚举中的前缀。
gl
GL_