IDirect3DResource8::PreLoad
This method preloads a managed resource.
void PreLoad();
Parameters
None.
Return Values
None.
Remarks
Calling this method indicates that the application will need this managed resource shortly. This method has no effect on nonmanaged resources.
PreLoad detects "thrashing" conditions where more resources are being used in each frame than can fit in video memory simultaneously. Under such circumstances Preload silently does nothing.
This method applies to the following interfaces, which inherit from IDirect3DResource8.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: D3d8.h.
Link Library: D3d8.lib.
See Also
IDirect3DResource8 | IDirect3DResource8
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.