From 4524cddca999d52aff790b626f92bb21ae9fe41f Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 31 Mar 2023 19:56:04 +0100 Subject: [PATCH] Update documentation to account for GL pixel history support --- docs/behind_scenes/opengl_support.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/behind_scenes/opengl_support.rst b/docs/behind_scenes/opengl_support.rst index c91d734d08..82edbc8294 100644 --- a/docs/behind_scenes/opengl_support.rst +++ b/docs/behind_scenes/opengl_support.rst @@ -36,10 +36,9 @@ RenderDoc supports many ARB, EXT and other vendor-agnostic extensions - primaril OpenGL remaining work --------------------- -There are a couple of places where OpenGL is not yet at feature parity with other APIs. +There is one place where OpenGL is not at feature parity with other APIs. * Shader debugging is not supported on any shader stage. -* Pixel history is not implemented. Android -------