From ae5323bccc2e8a486af4e97895193d131ab1e1f7 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 13 Jun 2018 17:18:00 +0100 Subject: [PATCH] Remove mention of single-queue limitation from docs --- docs/behind_scenes/vulkan_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/behind_scenes/vulkan_support.rst b/docs/behind_scenes/vulkan_support.rst index a563eb31a..a96eb1af3 100644 --- a/docs/behind_scenes/vulkan_support.rst +++ b/docs/behind_scenes/vulkan_support.rst @@ -33,7 +33,7 @@ Current support RenderDoc has initial support for Vulkan at the launch of version 1.0, but it contains some caveats. In addition, not all replay features are currently supported, but this is being actively worked on. -* RenderDoc assumes that even if multiple GPUs are present, that only one VkDevice and one VkQueue will be created and used. +* 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 textures are only supported for non-arrayed 2D textures with no mips. * Pixel history is not implemented.