Revision 79bcf4e1655ffa38e8f4740b19ec3a14ac567eec authored by Brad King on 17 July 2019, 11:54:31 UTC, committed by Brad King on 17 July 2019, 11:54:31 UTC
1 parent 185e6a1
Raw File
VS_SHADER_ENABLE_DEBUG.rst
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.
back to top