ShaderConstantTable.Flags Property

Language:

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. 

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