HLSL Property Pages
The latest version of this topic can be found at HLSL Property Pages.
You can use the HLSL compiler (fxc.exe) property pages to configure how individual HLSL shader files are built. The properties are divided into three categories:
-
Provides properties to specify commonly-used options for the HLSL compiler.
-
Provides properties to specify additional options for the HLSL compiler.
HLSL Property Pages: Output Files
Provides properties to specify how files are output by the HLSL compiler.
You can specify command-line arguments to the HLSL compiler by using the Additional Options property of the Command Line property page; this includes arguments that can't be configured by using other properties of the HLSL property pages. For information about the HLSL compiler, see Effect-Compiler Tool
See Also
Property Pages
Command Line Property Pages
Compiling Shaders