MiscCaps.SupportsTextureStageStateArgumentTemp Property (Microsoft.DirectX.Direct3D)

Specifies whether the device supports TextureArgument for temporary registers.

Definition

Visual Basic Public ReadOnly Property SupportsTextureStageStateArgumentTemp As Boolean
C# public bool SupportsTextureStageStateArgumentTemp { get; }
C++ public:
property bool SupportsTextureStageStateArgumentTemp {
        bool get();
}
JScript public function get SupportsTextureStageStateArgumentTemp() : boolean

Property Value

System.Boolean
Value that is true if the device supports TextureArgument for temporary registers, or false if it does not.

This property is read-only.