Microsoft SDK for Java

getHandle

This method of the Direct3dTexture Class obtains the texture handle for the Direct3dTexture object. This handle is used in all Direct3D API calls where a texture is to be referenced.

Syntax

public void getHandle(Direct3dDevice dev);

Parameters

dev The Direct3dDevice object that the texture is to be loaded into.

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