Microsoft SDK for Java

load

This method of the Direct3dTexture Class loads a texture that was created with the DDSCAPS_ALLOCONLOAD flag, which indicates that memory for the DirectDraw surface is not allocated until the surface is loaded by using this method.

Syntax

public void load(Direct3dTexture tex);

Parameters

tex The texture to load.

See Also

unload

© 1999 Microsoft Corporation. All rights reserved. Terms of use.