D3DVOLUME_DESC
Describes a volume.
Type D3DVOLUME_DESC
Depth As Long
format As CONST_D3DFORMAT
Height As Long
Pool As CONST_D3DPOOL
size As Long
type As CONST_D3DRESOURCETYPE
Usage As Long
Width As Long
End Type
Members
- Depth
- The depth of the volume, in pixels.
- format
- A member of the CONST_D3DFORMAT enumeration, describing the surface format of the volume.
- Height
- The height of the volume, in pixels.
- Pool
- A member of the CONST_D3DPOOL enumeration, specifying the class of memory allocated for this volume.
- size
- The size of the volume, in bytes.
- type
- A member of the CONST_D3DRESOURCETYPE enumeration, identifying this resource as a volume.
- Usage
- Currently not used. Will always be returned as 0.
- Width
- The width of the volume, in pixels.
See Also
Direct3DVolume8.GetDesc, Direct3DVolumeTexture8.GetLevelDesc