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.
是否有可能以某种方式从 Vertex Buffer Handle 检索对象的顶点?我正在使用 OpenGL。
如果可能的话,这是如何做到的。
在桌面 OpenGL 应用程序中,您可以使用 glMapBuffer 来检索指向存储在 vbo 中的顶点的指针。但是,根据 ES 2.0 规范,第 2.9 节,此方法不是必需的。