From 6baf7fbe1effec132f221225506573d527743b0c Mon Sep 17 00:00:00 2001 From: Rithul Kamesh Date: Sun, 15 Aug 2021 18:43:54 +0530 Subject: [PATCH 1/3] Apple M1 Added --- en/00_Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/00_Introduction.md b/en/00_Introduction.md index 5017a19d..f42b2ae5 100644 --- a/en/00_Introduction.md +++ b/en/00_Introduction.md @@ -31,7 +31,7 @@ able to use Vulkan while exposing a much higher level API to you. With that out of the way, let's cover some prerequisites for following this tutorial: -* A graphics card and driver compatible with Vulkan ([NVIDIA](https://developer.nvidia.com/vulkan-driver), [AMD](http://www.amd.com/en-us/innovations/software-technologies/technologies-gaming/vulkan), [Intel](https://software.intel.com/en-us/blogs/2016/03/14/new-intel-vulkan-beta-1540204404-graphics-driver-for-windows-78110-1540)) +* A graphics card and driver compatible with Vulkan ([NVIDIA](https://developer.nvidia.com/vulkan-driver), [AMD](http://www.amd.com/en-us/innovations/software-technologies/technologies-gaming/vulkan), [Intel](https://software.intel.com/en-us/blogs/2016/03/14/new-intel-vulkan-beta-1540204404-graphics-driver-for-windows-78110-1540), [APPLE Silicon](https://www.phoronix.com/scan.php?page=news_item&px=Apple-Silicon-Vulkan-MoltenVK)) * Experience with C++ (familiarity with RAII, initializer lists) * A compiler with decent support of C++17 features (Visual Studio 2017+, GCC 7+, Or Clang 5+) * Some existing experience with 3D computer graphics From 9f90e935385986ac7decd0ca43227a8c6dccee4b Mon Sep 17 00:00:00 2001 From: Rithul Kamesh Date: Mon, 23 Aug 2021 18:24:52 +0530 Subject: [PATCH 2/3] Update 00_Introduction.md --- en/00_Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/00_Introduction.md b/en/00_Introduction.md index f42b2ae5..65dcd94c 100644 --- a/en/00_Introduction.md +++ b/en/00_Introduction.md @@ -31,7 +31,7 @@ able to use Vulkan while exposing a much higher level API to you. With that out of the way, let's cover some prerequisites for following this tutorial: -* A graphics card and driver compatible with Vulkan ([NVIDIA](https://developer.nvidia.com/vulkan-driver), [AMD](http://www.amd.com/en-us/innovations/software-technologies/technologies-gaming/vulkan), [Intel](https://software.intel.com/en-us/blogs/2016/03/14/new-intel-vulkan-beta-1540204404-graphics-driver-for-windows-78110-1540), [APPLE Silicon](https://www.phoronix.com/scan.php?page=news_item&px=Apple-Silicon-Vulkan-MoltenVK)) +* A graphics card and driver compatible with Vulkan ([NVIDIA](https://developer.nvidia.com/vulkan-driver), [AMD](http://www.amd.com/en-us/innovations/software-technologies/technologies-gaming/vulkan), [Intel](https://software.intel.com/en-us/blogs/2016/03/14/new-intel-vulkan-beta-1540204404-graphics-driver-for-windows-78110-1540), [Apple Silicon](https://www.phoronix.com/scan.php?page=news_item&px=Apple-Silicon-Vulkan-MoltenVK))(Or the Apple M1) * Experience with C++ (familiarity with RAII, initializer lists) * A compiler with decent support of C++17 features (Visual Studio 2017+, GCC 7+, Or Clang 5+) * Some existing experience with 3D computer graphics From 401962ba9cbfb2ce577ac2223132dad20f4a1f03 Mon Sep 17 00:00:00 2001 From: Rithul Kamesh Date: Mon, 23 Aug 2021 18:25:14 +0530 Subject: [PATCH 3/3] Update 00_Introduction.md --- en/00_Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/00_Introduction.md b/en/00_Introduction.md index 65dcd94c..76bd6446 100644 --- a/en/00_Introduction.md +++ b/en/00_Introduction.md @@ -31,7 +31,7 @@ able to use Vulkan while exposing a much higher level API to you. With that out of the way, let's cover some prerequisites for following this tutorial: -* A graphics card and driver compatible with Vulkan ([NVIDIA](https://developer.nvidia.com/vulkan-driver), [AMD](http://www.amd.com/en-us/innovations/software-technologies/technologies-gaming/vulkan), [Intel](https://software.intel.com/en-us/blogs/2016/03/14/new-intel-vulkan-beta-1540204404-graphics-driver-for-windows-78110-1540), [Apple Silicon](https://www.phoronix.com/scan.php?page=news_item&px=Apple-Silicon-Vulkan-MoltenVK))(Or the Apple M1) +* A graphics card and driver compatible with Vulkan ([NVIDIA](https://developer.nvidia.com/vulkan-driver), [AMD](http://www.amd.com/en-us/innovations/software-technologies/technologies-gaming/vulkan), [Intel](https://software.intel.com/en-us/blogs/2016/03/14/new-intel-vulkan-beta-1540204404-graphics-driver-for-windows-78110-1540), [Apple Silicon (Or the Apple M1)](https://www.phoronix.com/scan.php?page=news_item&px=Apple-Silicon-Vulkan-MoltenVK)) * Experience with C++ (familiarity with RAII, initializer lists) * A compiler with decent support of C++17 features (Visual Studio 2017+, GCC 7+, Or Clang 5+) * Some existing experience with 3D computer graphics