XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE.rst 537 B

123456789101112131415
  1. XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE
  2. ------------------------------------------
  3. .. versionadded:: 3.23
  4. Property value for ``GPU Frame Capture`` in the Options section of
  5. the generated Xcode scheme. Example values are `Metal` and
  6. `Disabled`.
  7. This property is initialized by the value of the variable
  8. :variable:`CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE`
  9. if it is set when a target is created.
  10. Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
  11. documentation to see all Xcode schema related properties.