From 5d8d57540bc4c48610ada84e4407b980a45c166a Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 22 Jul 2020 17:31:20 +0100 Subject: [PATCH] Update docs as vulkan pixel history and shader debugging are supported --- docs/behind_scenes/vulkan_support.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/behind_scenes/vulkan_support.rst b/docs/behind_scenes/vulkan_support.rst index e53584220..93a41b527 100644 --- a/docs/behind_scenes/vulkan_support.rst +++ b/docs/behind_scenes/vulkan_support.rst @@ -36,8 +36,6 @@ RenderDoc has support for Vulkan version 1.2, as well as a number of extensions, * RenderDoc assumes that even if multiple GPUs are present, that only one VkDevice will be created and used. * RenderDoc captures will in general not be portable between different systems, only currently supporting capture and replay on the same or similar enough machines. * Sparse resources are not supported. -* Pixel history is not implemented. -* Shader debugging is not currently supported. Stadia ------