mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
13 lines
609 B
ReStructuredText
13 lines
609 B
ReStructuredText
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.
|