mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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.
|