mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 14:15:42 +00:00
Explicitly report sparse features as unsupported on vulkan
* What partial support was there has rotted since vulkan was released. This feature is virtually unused so we just disable it being honest.
This commit is contained in:
@@ -35,7 +35,7 @@ RenderDoc has support for Vulkan version 1.1, 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 textures are only supported for non-arrayed 2D textures with no mips.
|
||||
* Sparse resources are not supported.
|
||||
* Pixel history is not implemented.
|
||||
* Shader debugging is not currently supported.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user