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.
想象一下,我想画一个由三角形组成的金字塔。
- 我应该为每个三角形创建一个 VBO 还是一个包含所有三角形的 VBO?
将 VBO 选择到上下文中是相当昂贵的状态更改,因此使用更少的 VBO 绝对是有利的。