From ac4bd2c6a22bf77cb217ca67d994adf176d219d3 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 9 Jul 2018 17:03:47 +0100 Subject: [PATCH] Add GL ES on windows to supported APIs in readme * Requires either driver support (EXT_create_context_es2_profile) or a GLES emulating library like ANGLE. * Note however that ANGLE doesn't at this point meet the minspec for replay, so it can only be captured from. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 518d54bf2..d8fb907f9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ API Support | | Windows | Linux | Android | | ------------------------ | ------------------------ | ------------------------ | ------------------------ | | Vulkan | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| OpenGL ES 2.0 - 3.2 | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_check_mark: | +| OpenGL ES 2.0 - 3.2 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | OpenGL 3.2 - 4.6 Core | :heavy_check_mark: | :heavy_check_mark: | N/A | | D3D11 & D3D12 | :heavy_check_mark: | N/A | N/A | | OpenGL 1.0 - 2.0 Compat | :heavy_multiplication_x: | :heavy_multiplication_x: | N/A |