Talk:VERTEX BUFFER SIZE

From Valve Developer Community
Revision as of 15:49, 12 January 2008 by ChromeAngel (talk | contribs)
Jump to navigation Jump to search

even with quick VIS I still go a "too many Verts for a dynamic vertex buffer (54719>49152) Tell a programmer to up vertex_buffer_size"

I have seen people hit this limit on CS:S etc, but the overriding themes contained within the map is extremly poor optimsation, please use basic optimisation techniques like proper usage of func detail. For more detail on proper optimisation visit my discussion page for a usefull link ^Ben 12:52, 24 Jul 2005 (PDT)

This is also problematic in Garry's Mod. Several Garry's Mod mappers don't use VVIS when compiling, and as a result, the game crashes, and the engine asks you to change VERTEX_BUFFER_SIZE. --TheJ89 14:40, 24 Jul 2005 (PDT)

Solution: run VVIS. ;-) --Cargo Cult 14:46, 24 Jul 2005 (PDT)