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

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.



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