summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/prop_sf/VS_SHADER_ENABLE_DEBUG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/prop_sf/VS_SHADER_ENABLE_DEBUG.rst')
-rw-r--r--share/cmake-3.22/Help/prop_sf/VS_SHADER_ENABLE_DEBUG.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/prop_sf/VS_SHADER_ENABLE_DEBUG.rst b/share/cmake-3.22/Help/prop_sf/VS_SHADER_ENABLE_DEBUG.rst
new file mode 100644
index 0000000..9c8f9d7
--- /dev/null
+++ b/share/cmake-3.22/Help/prop_sf/VS_SHADER_ENABLE_DEBUG.rst
@@ -0,0 +1,8 @@
+VS_SHADER_ENABLE_DEBUG
+----------------------
+
+.. versionadded:: 3.11
+
+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.