Skip to content

Commit 35037ad

Browse files
committed
Tag DX12U samples with the DX12U logo to make it easier to identify which samples require DX12U hardware and drivers.
1 parent 7c371db commit 35037ad

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11

22
# DirectX-Graphics-Samples
3-
<img src="Assets/DirectX12Ultimate_small.png" alt="DirectX 12 Ultimate" height="200">
4-
53
This repo contains the DirectX 12 Graphics samples that demonstrate how to build graphics intensive applications for Windows 10.
64

75
We invite you to join us at our [discord server](http://discord.gg/directx). See our [YouTube channel](https://www.youtube.com/MicrosoftDirectX12andGraphicsEducation) for tutorials, our [spec repo](https://microsoft.github.io/DirectX-Specs/) for engineering specs of our features and [devblogs](https://devblogs.microsoft.com/directx/) for blog posts. Follow us on Twitter [@DirectX12](https://twitter.com/directx12) for the latest! See the [related links](##-Related-links) section for our full list of DX12-related links.
@@ -12,15 +10,15 @@ In the Samples directory, you will find samples that attempt to break off specif
1210
### DirectX 12 Ultimate samples
1311
1. [D3D12 Mesh Shaders](Samples/Desktop/D3D12MeshShaders/readme.md): This sample demonstrates how Mesh shaders can be used to increase the flexibility and performance of the geometry pipeline.
1412

15-
<img src="Samples/Desktop/D3D12MeshShaders/src/MeshletRender/D3D12MeshletRender.png" alt="D3D12 Meshlet Render preview" height="200">
13+
<img src="Assets/DirectX12Ultimate_small.png" alt="DirectX 12 Ultimate" height="200"><img src="Samples/Desktop/D3D12MeshShaders/src/MeshletRender/D3D12MeshletRender.png" alt="D3D12 Meshlet Render preview" height="200">
1614

1715
1. [D3D12 Variable Rate Shading](Samples/Desktop/D3D12VariableRateShading/readme.md): This sample demonstrates how shading rate can be reduced with little or no reduction in visual quality, leading to “free” performance.
1816

19-
<img src="Samples/Desktop/D3D12VariableRateShading/src/Screenshot_small.png" alt="D3D12 Variable Rate Shading GUI" height="200">
17+
<img src="Assets/DirectX12Ultimate_small.png" alt="DirectX 12 Ultimate" height="200"><img src="Samples/Desktop/D3D12VariableRateShading/src/Screenshot_small.png" alt="D3D12 Variable Rate Shading GUI" height="200">
2018

2119
1. [D3D12 Raytracing](Samples/Desktop/D3D12Raytracing/readme.md): This sample demonstrates how DirectX Raytracing (DXR) brings a new level of graphics realism to video games, previously only achievable in the movie industry.
2220

23-
<img src="Samples/Desktop/D3D12Raytracing/src/D3D12RaytracingRealTimeDenoisedAmbientOcclusion/Screenshot_small.png" alt="D3D12 Raytracing Real-Time Denoised Ambient Occlusion preview" height="200">
21+
<img src="Assets/DirectX12Ultimate_small.png" alt="DirectX 12 Ultimate" height="200"><img src="Samples/Desktop/D3D12Raytracing/src/D3D12RaytracingRealTimeDenoisedAmbientOcclusion/Screenshot_small.png" alt="D3D12 Raytracing Real-Time Denoised Ambient Occlusion preview" height="200">
2422

2523
## MiniEngine: A DirectX 12 Engine Starter Kit
2624
In addition to the samples, we are announcing the first DirectX 12 preview release of the MiniEngine.

0 commit comments

Comments
 (0)