Update Apple platform naming in readme (#3072)

* Fixed some platform naming

* Update build.rst

* Update internals.rst

* Update overview.rst
This commit is contained in:
IchorDev
2023-04-03 14:47:38 +10:00
committed by GitHub
parent c43c4479de
commit ecbff2ad30
4 changed files with 11 additions and 11 deletions

View File

@@ -36,10 +36,10 @@ Supported Platforms
- Android (14+, ARM, x86, MIPS)
- FreeBSD
- iOS (iPhone, iPad, AppleTV)
- iOS/iPadOS/tvOS (iPhone, iPad, AppleTV)
- Linux
- MIPS Creator CI20
- OSX (11+)
- macOS (11+)
- PlayStation 4
- RaspberryPi
- UWP (Universal Windows, Xbox One)
@@ -124,13 +124,13 @@ Other Debuggers and Profilers
+-------------+-----------------+-------+--------+------+-------+------+------+-------+--------+
| Name | OS | DX9 | DX11 | DX12 | Metal | GL | GLES | Vulkan| Source |
+=============+=================+=======+========+======+=======+======+======+=======+========+
| APITrace | Linux/OSX/Win | |x| | |x| | | | |x| | |x| | | |x| |
| APITrace | Linux/macOS/Win | |x| | |x| | | | |x| | |x| | | |x| |
+-------------+-----------------+-------+--------+------+-------+------+------+-------+--------+
| CodeXL | Linux/Win | | | | | |x| | | | |
+-------------+-----------------+-------+--------+------+-------+------+------+-------+--------+
| Dissector | Win | |x| | | | | | | | |x| |
+-------------+-----------------+-------+--------+------+-------+------+------+-------+--------+
| IntelGPA | Linux/OSX/Win | |x| | |x| | | | | |x| | | |
| IntelGPA | Linux/macOS/Win | |x| | |x| | | | | |x| | | |
+-------------+-----------------+-------+--------+------+-------+------+------+-------+--------+
| Nsight | Win | |x| | |x| | | | |x| | | | |
+-------------+-----------------+-------+--------+------+-------+------+------+-------+--------+
@@ -197,7 +197,7 @@ Contributors
Chronological order:
- Branimir Karadžić (`@bkaradzic <https://github.com/bkaradzic>`__)
- Garett Bass (`@garettbass <https://github.com/garettbass>`__) - OSX port.
- Garett Bass (`@garettbass <https://github.com/garettbass>`__) - macOS port.
- Jeremie Roy (`@jeremieroy <https://github.com/jeremieroy>`__) -
`10-font <examples.html#font>`__,
and `11-fontsdf <examples.html#fontsdf>`__ examples.
@@ -222,7 +222,7 @@ Chronological order:
- Andre Weissflog (`@floooh <https://github.com/floooh>`__) - Alternative build system fips.
- Andrew Johnson (`@ajohnson23 <https://github.com/ajohnson23>`__) - TeamCity build.
- Tony McCrary (`@enleeten <https://github.com/enleeten>`__) - Java language API bindings.
- Attila Kocsis (`@attilaz <https://github.com/attilaz>`__) - Metal rendering backend, various OSX
- Attila Kocsis (`@attilaz <https://github.com/attilaz>`__) - Metal rendering backend, various macOS
and iOS improvements and bug fixes, `39-assao <examples.html#assao>`__ example.
- Richard Gale (`@RichardGale <https://github.com/RichardGale>`__) - Emscripten entry input
handling.