From 7393c6db5afc04341082c87a9625dd827fbb769d Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 28 Oct 2022 15:31:28 +0100 Subject: [PATCH] Don't refer specifically to windows 10, include all versions * Windows versions numbers no longer make sense since 11 is just 10 with a worse UI refresh, but since it works the same it will be supported as well. --- README.md | 2 +- docs/getting_started/features.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 588c9f44a..0df054929 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![CI](https://github.com/baldurk/renderdoc/workflows/CI/badge.svg?branch=actions-test&event=push)](https://github.com/baldurk/renderdoc/actions) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](docs/CODE_OF_CONDUCT.md) -RenderDoc is a frame-capture based graphics debugger, currently available for Vulkan, D3D11, D3D12, OpenGL, and OpenGL ES development on Windows 7 - 10, Linux, Android, Stadia, and Nintendo Switch™. It is completely open-source under the MIT license. +RenderDoc is a frame-capture based graphics debugger, currently available for Vulkan, D3D11, D3D12, OpenGL, and OpenGL ES development on Windows, Linux, Android, and Nintendo Switch™. It is completely open-source under the MIT license. If you have any questions, suggestions or problems or you can [create an issue](https://github.com/baldurk/renderdoc/issues/new/choose) here on github, [email me directly](mailto:baldurk@baldurk.org) or come into [IRC](https://webchat.oftc.net/?channels=renderdoc) or [Discord](https://discord.gg/ahq6yRB) to discuss it. diff --git a/docs/getting_started/features.rst b/docs/getting_started/features.rst index 8a632d951..37e9f82c3 100644 --- a/docs/getting_started/features.rst +++ b/docs/getting_started/features.rst @@ -79,14 +79,14 @@ D3D11 D3D12 ----- -* Support for D3D12 up to D3D12.3, Windows 10 only. +* Support for D3D12 up to D3D12.9, Windows 10 and above, and D3D12On7 on Windows 7. * Debug marker uses the SetMarker/BeginEvent/EndEvent functions on the command list or queue. * Vertex, Pixel and Compute shader debugging for DXBC/fxc shaders. Vulkan ------ -* Support for Vulkan 1.2 on Windows, Linux, Android, and Stadia. +* Support for Vulkan 1.3 on Windows, Linux, Android, and Stadia. * Event markers and object naming both come from ``VK_EXT_debug_utils`` or deprecated ``VK_EXT_debug_marker``. Captures have a very limited amount of portability between machines. Many hardware-specific feature uses are baked into captures, and portability depends on how similar the capture and replay hardware are, whether these feature uses can map the same in both cases. Captures are however completely portable between different OSes with sufficiently comparable hardware.