You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Windows application supports compilation of FX effect files and HLSL shader files using fxc command line compiler included in DirectX SDK. You can compile many files at time or one file with different settings.
This Windows application supports compilation of FX effect files and HLSL shader files
using fxc command line compiler included in DirectX SDK.
You can compile many files at time or one file with different settings.
Features
Write compilation scripts in a simple language by specifying parameters for fxc.exe.
Compile multiple shaders at time.
Compile only shaders that need rebuild checked by file modification time.
Review success or failure, warning and error count and compiler output for every task.
Compile single HLSL source file with different parameters and preprocessor macros.
This Windows application supports compilation of FX effect files and HLSL shader files using fxc command line compiler included in DirectX SDK. You can compile many files at time or one file with different settings.