Microsoft DirectX 9.0 SDK Update (October 2004)

Caps.CubeTextureFilterCaps Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves texture-filtering capabilities for a CubeTexture object.

Definition

Visual Basic .NET Public ReadOnly Property CubeTextureFilterCaps As FilterCaps
C# public FilterCaps CubeTextureFilterCaps { get; }
Managed C++ public: __property FilterCaps get_CubeTextureFilterCaps();
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center