Skip to content

Commit abb07a5

Browse files
committed
Add missing mention of D3D12 support in a couple of places.
1 parent e36204d commit abb07a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RenderDoc
55

66
|renderdoc_logo|
77

8-
Welcome to RenderDoc - a graphics debugger currently available for D3D11, Vulkan and OpenGL development on windows.
8+
Welcome to RenderDoc - a graphics debugger currently available for Vulkan, D3D11, D3D12, and OpenGL development on windows.
99

1010
This document serves primarily as reference guide, introductory document and explanation of which features are available in RenderDoc and how to best use them.
1111

docs/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Introduction
55

66
|renderdoc_logo|
77

8-
Welcome to RenderDoc - a graphics debugger currently available for D3D11, Vulkan and OpenGL development on windows.
8+
Welcome to RenderDoc - a graphics debugger currently available for Vulkan, D3D11, D3D12, and OpenGL development on windows.
99

1010
This document serves primarily as reference guide, introductory document and explanation of which features are available in RenderDoc and how to best use them.
1111

scripts/installer/customtext.wxl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
33

4-
<String Id="WelcomeDlgDescription">[ProductName] [ProductVersion] is a frame capture graphics debugger for Vulkan, D3D11 and OpenGL (https://github.com/baldurk/renderdoc).&#xa;&#xa;Click Next to continue or Cancel to exit Setup.</String>
4+
<String Id="WelcomeDlgDescription">[ProductName] [ProductVersion] is a frame capture graphics debugger for Vulkan, D3D11, D3D12, and OpenGL (https://github.com/baldurk/renderdoc).&#xa;&#xa;Click Next to continue or Cancel to exit Setup.</String>
55
<String Id="MaintenanceWelcomeDlgDescription">[ProductName] [ProductVersion] is already installed.&#xa;&#xa;Click Next for options of to repair or remove it, or Cancel to exit the Setup Wizard.</String>
66

77
<String Id="AdvancedWelcomeEulaDlg_Title" Overridable="yes">[ProductName] [ProductVersion] Setup</String>

0 commit comments

Comments
 (0)