diff options
author | PatriceJiang <397136899@qq.com> | 2022-08-18 03:53:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-30 14:26:48 (GMT) |
commit | 39456c70e1792179b4db780771fe73082122ca5f (patch) | |
tree | cc8cab5b55b9f31e5f07e220153caf6dec15fa8e /Help/release | |
parent | 4034272ed8f4e4a19797bfd14dfe5268ad4b4324 (diff) | |
download | CMake-39456c70e1792179b4db780771fe73082122ca5f.zip CMake-39456c70e1792179b4db780771fe73082122ca5f.tar.gz CMake-39456c70e1792179b4db780771fe73082122ca5f.tar.bz2 |
Xcode: Add settings to control a scheme's GPU Validation values
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/xcode-gpu-validation.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/release/dev/xcode-gpu-validation.rst b/Help/release/dev/xcode-gpu-validation.rst new file mode 100644 index 0000000..86f7e96 --- /dev/null +++ b/Help/release/dev/xcode-gpu-validation.rst @@ -0,0 +1,12 @@ +xcode-gpu-validation +-------------------- + +* The :variable:`CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION` variable and + corresponding :prop_tgt:`XCODE_SCHEME_ENABLE_GPU_API_VALIDATION` target + property were added to tell the :generator:`Xcode` generator what to put + in the scheme's ``Metal: API Validation`` setting. + +* The :variable:`CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION` variable and + corresponding :prop_tgt:`XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION` target + property were added to tell the :generator:`Xcode` generator what to put + in the scheme's ``Metal: Shader Validation`` setting. |