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.
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);
Microsoft.DirectX.Direct3D.ShaderFlags
This property is read/write.
One or more values of the ShaderFlags enumeration to set or retrieve.
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