blob: c0e60a3e376dff0b96b157f165962845a84cb721 (
plain)
1
2
3
4
5
6
|
VS_SHADER_ENABLE_DEBUG
----------------------
Enable debugging information for an ``.hlsl`` source file. This adds the
``-Zi`` flag to the command line for the FxCompiler tool. Specify the value
``true`` to generate debugging information for the compiled shader.
|