VolumeTexture.GetLevelDescription Method |
Language: |
Retrieves a level description of a volume texture resource.
Visual Basic Public Function GetLevelDescription( _
ByVal level As Integer _
) As VolumeDescriptionC# public VolumeDescription GetLevelDescription(
int level
);C++ public:
VolumeDescription GetLevelDescription(
int level
);JScript public function GetLevelDescription(
level : int
) : VolumeDescription;
level System.Int32
Value that identifies a level of the volume texture resource.
Microsoft.DirectX.Direct3D.VolumeDescription
A VolumeDescription structure that describes the returned volume texture level.
This method returns a volume description for the level specified by the level parameter.
Exceptions
InvalidCallException The method call is invalid. For example, a parameter might contain an invalid value.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center