Caps.CubeTextureFilterCaps Property

Language:

Retrieves texture-filtering capabilities for a CubeTexture object.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.FilterCaps
A FilterCaps structure that contains supported cube texture filtering capabilities.

This property is read-only. 

Remarks

Per-stage filtering capabilities reflect which filtering modes are supported for texture stages during performance of multiple-texture blending with the Device object. This member can be any combination of the per-stage texture-filtering flags defined for the Caps.FilterCaps member.


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