d3d9.dllGetLOD
Microsoft DirectX 9.0 SDK Update (October 2004)

IDirect3DTexture9::GetLOD Method


Returns a value clamped to the maximum level of detail (LOD) set for a managed texture (this method is not supported for an unmanaged texture).

Syntax

DWORD GetLOD(VOID);

Return Value

A DWORD value, clamped to the maximum LOD value (one less than the total number of levels).

Calling IDirect3DTexture9::GetLOD on an unmanaged texture is not supported and will result in a D3DERR error code being returned.

See Also

IDirect3DBaseTexture9::SetLOD


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.