Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.