summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst
diff options
context:
space:
mode:
authorPatriceJiang <397136899@qq.com>2022-08-18 11:53:52 +0800
committerBrad King <brad.king@kitware.com>2022-08-30 10:26:48 -0400
commit39456c70e1792179b4db780771fe73082122ca5f (patch)
treecc8cab5b55b9f31e5f07e220153caf6dec15fa8e /Help/prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst
parent4034272ed8f4e4a19797bfd14dfe5268ad4b4324 (diff)
downloadcmake-39456c70e1792179b4db780771fe73082122ca5f.tar.gz
Xcode: Add settings to control a scheme's GPU Validation values
Diffstat (limited to 'Help/prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst')
-rw-r--r--Help/prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst b/Help/prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst
new file mode 100644
index 0000000000..5358087d59
--- /dev/null
+++ b/Help/prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.rst
@@ -0,0 +1,14 @@
+XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION
+-----------------------------------------
+
+.. versionadded:: 3.25
+
+Property value for ``Metal: Shader Validation`` in the Options section of
+the generated Xcode scheme.
+
+This property is initialized by the value of the variable
+:variable:`CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION`
+if it is set when a target is created.
+
+Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
+documentation to see all Xcode schema related properties.