VS_SHADER_ENABLE_DEBUG.rst 290 B

12345678
  1. VS_SHADER_ENABLE_DEBUG
  2. ----------------------
  3. .. versionadded:: 3.11
  4. Enable debugging information for an ``.hlsl`` source file. This adds the
  5. ``-Zi`` flag to the command line for the FxCompiler tool. Specify the value
  6. ``true`` to generate debugging information for the compiled shader.