From d4242b7cf74a322c58e81a4f9de430dd62589a1f Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 13 Dec 2018 18:42:21 +0000 Subject: [PATCH] Note that shared resources are now partially supported on D3D12 --- docs/behind_scenes/d3d12_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/behind_scenes/d3d12_support.rst b/docs/behind_scenes/d3d12_support.rst index e8570280e..c85b03796 100644 --- a/docs/behind_scenes/d3d12_support.rst +++ b/docs/behind_scenes/d3d12_support.rst @@ -20,7 +20,7 @@ RenderDoc has initial support for D3D12, but it contains some caveats. In additi * RenderDoc assumes that even if multiple GPUs are present, that only one will be used - i.e. NodeMask is always 0. Multiple queues are supported. * RenderDoc captures may not be portable between different systems, only currently supporting capture and replay on the same or similar enough machines. * Reserved resources are not supported. -* Shared resources/handles are not supported. +* Shared resources/handles are partially supported. * Pixel history is not implemented. * Shader debugging is not currently supported.