Vertex Shader Command-Line Assembler
Microsoft DirectX 9.0 SDK Update (October 2004)

Vertex Shader Command-Line Assembler


Vertex shaders can be assembled into binary code using psa.exe in Program Files/Microsoft DirectX 9.0 SDK/Utilities/. The usage is:

Syntax

vsa <Switch Options> <Filename>

Switch Options

The assembler switch options are:

Switch OptionDescription
/Vd Disable validation.
/Zi Enable debugging information.
/Fo <file>Output object file.
/Fc <file>Output assembly code listing file.
/Fx <file>Output assembly code and hex listing file.
/Fh <file>Output header containing object code.
/Vn <name>Use <name> as a variable name in the header file.
/Cc Enable color coded assembly listings.
/D<id>=<text>Define a macro.
/nologoSuppress copyright message.

Filename

file is the filename of the effect to be assembled.

Related Topics



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.