From dc584a65169559c5bfb19fdbe039d2cc08a3726a Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 30 Nov 2018 11:06:43 +0000 Subject: [PATCH] Update API versions listed as supported in FAQ --- docs/getting_started/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/faq.rst b/docs/getting_started/faq.rst index adb6bb7eb..d800d21ee 100644 --- a/docs/getting_started/faq.rst +++ b/docs/getting_started/faq.rst @@ -58,7 +58,7 @@ There is also a thumbnail handler available for ``.rdc`` so that while browsing What APIs does RenderDoc support? --------------------------------- -Currently RenderDoc supports Vulkan 1.0, D3D11 (up to D3D11.3), D3D12, OpenGL 3.2+, and OpenGL ES 2.0 - 3.2. Note that OpenGL (and similarly OpenGL ES) is a complex & sprawling API, so see the details of what is supported in :doc:`its own page <../behind_scenes/opengl_support>`. In particular on desktop only modern GL is supported - legacy GL that is only available via the compatibility profile in OpenGL 3.2 is not supported. +Currently RenderDoc supports Vulkan 1.1, D3D11 (up to D3D11.4), D3D12, OpenGL 3.2+, and OpenGL ES 2.0 - 3.2. Note that OpenGL (and similarly OpenGL ES) is a complex & sprawling API, so see the details of what is supported in :doc:`its own page <../behind_scenes/opengl_support>`. In particular on desktop only modern GL is supported - legacy GL that is only available via the compatibility profile in OpenGL 3.2 is not supported. Vulkan support has :doc:`a few notes <../behind_scenes/vulkan_support>`, as does :doc:`D3D12 <../behind_scenes/d3d12_support>`.