https://github.com/Kitware/CMake
Raw File
Tip revision: 62942969062fcc9f24ca057b6983532a973cfad6 authored by Brad King on 28 November 2018, 11:49:16 UTC
CMake 3.13.1
Tip revision: 6294296
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