次の方法で共有


IDirect3DMobileResource::PreLoad (Windows Embedded CE 6.0)

1/6/2010

This method preloads a managed resource.

Syntax

void PreLoad();

Parameters

None.

Return Value

None.

Remarks

Calling this method indicates that the application will need this managed resource soon. 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 IDirect3DMobileResource.

Requirements

Header d3dm.h
Library D3dm.lib, D3dmguid.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IDirect3DMobileResource
IDirect3DMobileBaseTexture
IDirect3DMobileIndexBuffer
IDirect3DMobileTexture
IDirect3DMobileVertexBuffer