Microsoft DirectX 9.0 SDK Update (October 2004)

ShaderConstantTable.Flags Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Property Flags As ShaderFlags
C# public ShaderFlags Flags { get; set; }
Managed C++ public: __property ShaderFlags get_Flags();
public: __property void set_Flags(ShaderFlags);
JScript .NET 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. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center