ShaderConstantInformation.RegisterSet Property

Language:

Retrieves or sets a value from the RegisterSet enumeration that specifies the shader register data type.

Definition

Visual Basic Public Property RegisterSet As Short
C# public short RegisterSet { get; set; }
C++ public:
property short RegisterSet {
        short get();
        void set(short value);
}
JScript public function get RegisterSet() : short
public function set RegisterSet(short);

Property Value

System.Int16
Value from the RegisterSet enumeration to set or retrieve.

This property is read/write. 

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