Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 870 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 870 Bytes

Graphics Samples

DirectX 12 (D3D12)

Minimal D3D12

A minimal "hello triangle" reference implementation. This shows the basics of getting D3D12 setup without extra clutter. The code is entirely in the main function and is laid out such that it can be easily followed and understood.

Improvements

I'm hoping this repository can become a place many people come to as a starting point, or to reference when starting new projects. If you are a graphics programmer by trade, or have spent a great deal of time writing graphics code and see something that could be improved; feel free to open an issue or contact me directly via JakBoulton.

Credits

Inspired by the great Minimal D3D11 series by d7samurai.