?/TD>
Microsoft DirectX 9.0

IDirect3DVolumeTexture9::GetLevelDesc Method


Retrieves a level description of a volume texture resource.

Syntax

HRESULT GetLevelDesc(      

    UINT Level,     D3DVOLUME_DESC *pDesc );

Parameters

Level
[in] Identifies a level of the volume texture resource. This method returns a volume description for the level specified by this parameter.
pDesc
[out] Pointer to a D3DVOLUME_DESC structure, describing the returned volume texture level.

Return Value

If the method succeeds, the return value is D3D_OK.

D3DERR_INVALIDCALL is returned if one or more of the arguments are invalid.





© 2002 Microsoft Corporation. All rights reserved.