public function VolumeTexture( unmanagedObject : IntPtr );
Parameters
unmanagedObject
System.IntPtr. Pointer to an unmanaged Component Object Model (COM) IDirect3DVolumeTexture9 interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.
Remarks
For the width, height, and depth parameters, the pixel dimensions of subsequent levels are the truncated value of half of the previous level's pixel dimension (independently). Each dimension clamps at a size of 1 pixel. Thus, if the division by 2 results in 0 (zero), 1 is taken instead. The maximum dimension that a driver supports (for width, height, and depth) can be found in Caps.MaxVolumeExtent.