From 0a85203b394afeadd37039e640f4c3d0aa7377be Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 15 Sep 2016 17:50:51 +0200 Subject: [PATCH] Update README with some other APIs for clarity --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e21906323..d528996c0 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ API Support | 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: | +| OpenGL ES (2&3) | No immediate plans | :heavy_multiplication_x: | :heavy_multiplication_x: | +| Metal | No immediate plans | :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.