MiscCaps.SupportsTextureStageStateArgumentTemp Property (Microsoft.DirectX.Direct3D)
Specifies whether the device supports TextureArgument for temporary registers.
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
System.Boolean
This property is read-only.
Value that is true if the device supports TextureArgument for temporary registers, or false if it does not.
Show: