MDLCACHE CRITICAL SECTION(): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '{{confirm|All subsequent models loaded in the current scope will be "cache locked": they won't be flushed if Source starts running out of memory.}} {{tip|Call <code>mdlcache…')
 
m (displaytitle)
Line 7: Line 7:
* <code>[[IMDLCache]]</code>
* <code>[[IMDLCache]]</code>


[[Category:Macros]]
[[Category:Macros]] {{DISPLAYTITLE:MDLCACHE_CRITICAL_SECTION()}}

Revision as of 17:18, 31 January 2010

Confirm:All subsequent models loaded in the current scope will be "cache locked": they won't be flushed if Source starts running out of memory.
Tip.pngTip:Call mdlcache->EndLock() to end the lock manually.

See also