Caps.VolumeTextureFilterCaps Property

Language:

Retrieves a structure that indicates the texture-filtering capabilities of VolumeTexture objects.

Definition

Visual Basic Public ReadOnly Property VolumeTextureFilterCaps As FilterCaps
C# public FilterCaps VolumeTextureFilterCaps { get; }
C++ public:
property FilterCaps VolumeTextureFilterCaps {
        FilterCaps get();
}
JScript public function get VolumeTextureFilterCaps() : FilterCaps

Property Value

Microsoft.DirectX.Direct3D.FilterCaps
A FilterCaps structure that indicates the texture-filtering capabilities of VolumeTexture objects.

This property is read-only. 

Remarks

Per-stage filtering capabilities reflect which filtering modes are supported for texture stages when multiple-texture blending is performed with the Device object.


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