summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS.rst')
-rw-r--r--share/cmake-3.22/Help/prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS.rst b/share/cmake-3.22/Help/prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS.rst
new file mode 100644
index 0000000..6fb6778
--- /dev/null
+++ b/share/cmake-3.22/Help/prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS.rst
@@ -0,0 +1,8 @@
+VS_SHADER_DISABLE_OPTIMIZATIONS
+-------------------------------
+
+.. versionadded:: 3.11
+
+Disable compiler optimizations for an ``.hlsl`` source file. This adds the
+``-Od`` flag to the command line for the FxCompiler tool. Specify the value
+``true`` for this property to disable compiler optimizations.