Skip to content

Commit 3a3d47c

Browse files
committed
Change name of DX12U logo and update sizes in readme files
1 parent c0f8ff5 commit 3a3d47c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

Samples/Desktop/D3D12MeshShaders/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This collection of projects act as an introduction to meshlets, and rendering wi
1818
### Requirements
1919
* GPU and driver with support for [DirectX 12 Ultimate](http://aka.ms/DirectX12UltimateDev)
2020

21-
<img src="../../../Assets/DirectX12Ultimate_small.png" alt="DirectX 12 Ultimate" height="200">
21+
<img src="../../../Assets/DirectX12Ultimate.png" alt="DirectX 12 Ultimate" height="100">
2222

2323
### Getting Started
2424
* DirectX Mesh Shader spec/documentation is available at [DirectX Mesh Shader Specs](https://microsoft.github.io/DirectX-Specs/d3d/MeshShader.html) site.

Samples/Desktop/D3D12Raytracing/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This collection of samples act as an introduction to DirectX Raytracing (DXR). T
1818
### Requirements
1919
* GPU and driver with support for [DirectX 12 Ultimate](http://aka.ms/DirectX12UltimateDev)
2020

21-
<img src="../../../Assets/DirectX12Ultimate_small.png" alt="DirectX 12 Ultimate" height="200">
21+
<img src="../../../Assets/DirectX12Ultimate.png" alt="DirectX 12 Ultimate" height="100">
2222

2323
### Getting Started
2424
* DXR spec/documentation is available at [DirectX Specs site](https://microsoft.github.io/DirectX-Specs/d3d/Raytracing.html).

Samples/Desktop/D3D12VariableRateShading/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This sample illustrates how to use variable-rate shading (VRS) to improve applic
2020
### Requirements
2121
* GPU and driver with support for [DirectX 12 Ultimate](http://aka.ms/DirectX12UltimateDev)
2222

23-
<img src="../../../Assets/DirectX12Ultimate_small.png" alt="DirectX 12 Ultimate" height="200">
23+
<img src="../../../Assets/DirectX12Ultimate.png" alt="DirectX 12 Ultimate" height="100">
2424

2525
## Controls
2626
* SPACE: Toggles light animation.

0 commit comments

Comments
 (0)