From dd3f89b58a73012b25f73551f2e8550f09a97494 Mon Sep 17 00:00:00 2001 From: Maximo Comperatore <131000419+pyoneerC@users.noreply.github.com> Date: Sat, 17 Aug 2024 21:08:53 -0300 Subject: [PATCH] Add resources to metal (#6646) --- .../game-developer/content/metal@oEznLciLxZJaulMlBGgg4.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/game-developer/content/metal@oEznLciLxZJaulMlBGgg4.md b/src/data/roadmaps/game-developer/content/metal@oEznLciLxZJaulMlBGgg4.md index aa7616ff6..7461f9785 100644 --- a/src/data/roadmaps/game-developer/content/metal@oEznLciLxZJaulMlBGgg4.md +++ b/src/data/roadmaps/game-developer/content/metal@oEznLciLxZJaulMlBGgg4.md @@ -1,3 +1,5 @@ # Metal -Metal is a low-level, high-performance, application programming interface (API) developed by Apple. It debuted in iOS 8 and is dedicated to graphics and data-parallel computations. Essentially, it's designed to exploit modern GPU architecture on Apple devices, optimizing performance and power efficiency. This API applies to various platforms, including iOS, macOS, and tvOS. In contrast to high-level APIs like OpenGL, Metal offers a much lower overhead, allowing more direct control over the GPU. For developers, it means that they can squeeze better performance out of the hardware compared to higher-level APIs. With Metal, developers have a much more detailed view and control on the GPU which results in better graphical output and smoother performance. \ No newline at end of file +Metal is a low-level, high-performance, application programming interface (API) developed by Apple. It debuted in iOS 8 and is dedicated to graphics and data-parallel computations. Essentially, it's designed to exploit modern GPU architecture on Apple devices, optimizing performance and power efficiency. This API applies to various platforms, including iOS, macOS, and tvOS. In contrast to high-level APIs like OpenGL, Metal offers a much lower overhead, allowing more direct control over the GPU. For developers, it means that they can squeeze better performance out of the hardware compared to higher-level APIs. With Metal, developers have a much more detailed view and control on the GPU which results in better graphical output and smoother performance. + +- [@official@Metal Documentation](https://developer.apple.com/metal/) \ No newline at end of file