VERTEX BUFFER SIZE: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Fixed misinformation.)
No edit summary
Line 1: Line 1:
{{wrongtitle|title=VERTEX_BUFFER_SIZE}}
{{wrongtitle|title=VERTEX_BUFFER_SIZE}}
{{stub}}
 


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.
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.


[[Category:Level_Design]]
[[Category:Level_Design]]

Revision as of 06:16, 28 August 2005

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.