diff options
author | Brad King <brad.king@kitware.com> | 2022-08-31 13:43:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-08-31 13:43:50 (GMT) |
commit | fc4451dd314ad0fe48b69b798e4345f88123758f (patch) | |
tree | bbbd2b67c646dc1f924fafa817d7d914a876d39e /Help/release/dev/xcode-gpu-validation.rst | |
parent | f7fc864c3ae26afa1ec8670699782e3da037a1d9 (diff) | |
parent | 740bee97bd131b2497c58101f7fc84b1a10a8aa6 (diff) | |
download | CMake-fc4451dd314ad0fe48b69b798e4345f88123758f.zip CMake-fc4451dd314ad0fe48b69b798e4345f88123758f.tar.gz CMake-fc4451dd314ad0fe48b69b798e4345f88123758f.tar.bz2 |
Merge topic 'xcode-add-gpu-validation-and-default-configuration'
740bee97bd Xcode: Add settings to control a scheme's launch configuration
39456c70e1 Xcode: Add settings to control a scheme's GPU Validation values
4034272ed8 gitignore: Tell Git to ignore the .cache/ directory
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7581
Diffstat (limited to 'Help/release/dev/xcode-gpu-validation.rst')
-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. |