VERTEX BUFFER SIZE: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(categorizing)
Line 5: Line 5:


[[Category:Level_Design]]
[[Category:Level_Design]]
[[Category:Modding]]
[[Category:Glossary]]

Revision as of 13:31, 22 April 2006

Template:Wrongtitle


The VERTEX_BUFFER_SIZE is the limit on the size of a single vertex buffer. Multiple buffers are rendered per scene, so this isn't a limit that you should ever encounter. If you are hitting it, you've most likely got a bug in your mod's code or content.