Share via


ShaderConstantTable.Flags Property (Microsoft.DirectX.Direct3D)

Retrieves or sets one or more values from the ShaderFlags enumeration that specify the compiler flags used to build the shader.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.ShaderFlags
One or more values of the ShaderFlags enumeration to set or retrieve.

This property is read/write.