Update README.md, navi32, C++20.

This commit is contained in:
Qiaojin.Bao 2023-09-29 14:44:24 +08:00 committed by GitHub
parent 1d54d04a13
commit acb419fbd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Shaders that compose a particular `VkPipeline` object are compiled as a single e
### Product Support
The AMD Open Source Driver for Vulkan is designed to support the following AMD GPUs:
* Radeon™ RX 7900/7600 Series
* Radeon™ RX 7900/7800/7700/7600 Series
* Radeon™ RX 6900/6800/6700/6600/6500 Series
* Radeon™ RX 5700/5600/5500 Series
* Radeon™ RX Vega Series
@ -82,6 +82,7 @@ It is recommended to install at least 16GB RAM in your build system.
### Build System
* CMake 3.20 or newer is required. [Download](https://cmake.org/download/) and install proper one if the cmake is older than 3.20.
* C++ 20 support is required. Like gcc9, clang11.
* Ninja is required.
### Install Dev and Tools Packages