Effect Command-Line Compiler

Effects can be compiled into object files using the Fxc.exe utility in DXSDK/Utilities/ with a target of fx_2_0. The object file can then be used to create an effect directly, using D3DXCreateEffect. The usage is:

Syntax

fxc <options> <file>

Where:

See Also

Shader Debugger