Update API support in README.md

This commit is contained in:
baldurk
2016-01-09 16:00:28 +01:00
parent 1efe8c2b69
commit 0c4a1af772
+2 -3
View File
@@ -28,12 +28,11 @@ API Support
| ---------------- | -------------------------------------- | ------------------------ | ------------------------------- |
| D3D11 | Well supported, all features. | :heavy_check_mark: | :heavy_multiplication_x: |
| OpenGL 3.2 core+ | Well supported, most features.\* | :heavy_check_mark: | :heavy_check_mark: No UI\*\* |
| Vulkan | Well supported, most features. | :heavy_check_mark: | :heavy_check_mark: No UI\*\* |
| D3D12 | Planned for the future. | :heavy_multiplication_x: | :heavy_multiplication_x: |
| OpenGL Pre-3.2 | No immediate plans | :heavy_multiplication_x: | :heavy_multiplication_x: |
| D3D10 | No immediate plans | :heavy_multiplication_x: | :heavy_multiplication_x: |
| D3D9 | No immediate plans | :heavy_multiplication_x: | :heavy_multiplication_x: |
| Mantle | Plans cancelled, redirected to Vulkan. | :heavy_multiplication_x: | :heavy_multiplication_x: |
| D3D12 | Planned for the future. | :heavy_multiplication_x: | :heavy_multiplication_x: |
| Vulkan | Planned for the future. | :heavy_multiplication_x: | :heavy_multiplication_x: |
* D3D11 has full feature support and is stable & tested. Feature Level 11 hardware is assumed - Radeon 4000/5000+, GeForce 400+, Intel Ivy Bridge, falling back to WARP software emulation if this hardware isn't present.
* \*OpenGL is only explicitly supported for the core profile 3.2+ subset of features, check the [OpenGL wiki page](https://github.com/baldurk/renderdoc/wiki/OpenGL) for details.