mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Xcode: Add settings to control a scheme's GPU Validation values
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION
|
||||
--------------------------------------------
|
||||
|
||||
.. versionadded:: 3.25
|
||||
|
||||
Property value for ``Metal: API Validation`` in the Options section of
|
||||
the generated Xcode scheme.
|
||||
|
||||
This variable initializes the
|
||||
:prop_tgt:`XCODE_SCHEME_ENABLE_GPU_API_VALIDATION` property on all targets.
|
||||
|
||||
Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
|
||||
documentation to see all Xcode schema related properties.
|
||||
@@ -0,0 +1,13 @@
|
||||
CMAKE_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 variable initializes the
|
||||
:prop_tgt:`XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION` property on all targets.
|
||||
|
||||
Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
|
||||
documentation to see all Xcode schema related properties.
|
||||
Reference in New Issue
Block a user