diff options
Diffstat (limited to 'Help/release/dev/xcode-gpu-validation.rst')
-rw-r--r-- | Help/release/dev/xcode-gpu-validation.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Help/release/dev/xcode-gpu-validation.rst b/Help/release/dev/xcode-gpu-validation.rst deleted file mode 100644 index 86f7e96..0000000 --- a/Help/release/dev/xcode-gpu-validation.rst +++ /dev/null @@ -1,12 +0,0 @@ -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. |