diff options
| author | Tor Arne Vestbø <[email protected]> | 2022-02-09 15:05:20 +0100 |
|---|---|---|
| committer | Tor Arne Vestbø <[email protected]> | 2022-02-15 09:11:00 +0100 |
| commit | f71d54ee34931b5b3d2336954a76138c086aa94e (patch) | |
| tree | ef2534fe30711b2202f584a97a38ba5f48eb18a0 | |
| parent | 21ce257b6c62465ac5b4056b0c9f593e3485c0c3 (diff) | |
Update docs for QSurface::MetalSurface to include iOS
Pick-to: 6.3 6.2
Change-Id: I67fc47b3dc33960e7dfa78890d16d1e7450e30ab
Reviewed-by: Volker Hilsheimer <[email protected]>
| -rw-r--r-- | src/gui/kernel/qsurface.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qsurface.cpp b/src/gui/kernel/qsurface.cpp index 647210a76a8..e6f7514b9a3 100644 --- a/src/gui/kernel/qsurface.cpp +++ b/src/gui/kernel/qsurface.cpp @@ -84,11 +84,11 @@ QT_IMPL_METATYPE_EXTERN_TAGGED(QSurface*, QSurface_ptr) \value VulkanSurface The surface is a Vulkan compatible surface and can be used in conjunction with the Vulkan graphics API. \value MetalSurface The surface is a Metal compatible surface and can be used - in conjunction with Apple's Metal graphics API. This surface type is supported - on macOS only. + in conjunction with Apple's Metal graphics API. This surface type is only supported + on \macos and iOS. \value Direct3DSurface The surface is a Direct 3D 11 and 12 compatible surface and can be used in conjunction with the DXGI and Direct3D APIs. This - surface type is supported on Windows only. + surface type is only supported on Windows. */ |
