Following along with the example for the simple

triangle in the DirectX-Graphics-Samples repository
it can render a simple triangle
This commit is contained in:
William McVicar
2024-04-10 23:08:59 +02:00
parent bfccfbea99
commit 90f8185cbc
15 changed files with 4937 additions and 82 deletions

View File

@@ -2,3 +2,5 @@
An dx12-starter cpp project which can open a simple window, create a dx12 device with associated resources and render a triangle to the screen. The project contains boilerplate for CMake, testing and basic CI. Static Analysis, Unit Tests and Sanitizers are off by default
References
* https://github.com/microsoft/DirectX-Graphics-Samples/tree/master/Samples/Desktop/D3D12HelloWorld/src