Files
dx12-starter/README.md
William McVicar bfccfbea99 First pass removing OpenGL stuff and converting to dx12
- Removed OpenGL stuff and replaced/stubbed things with dx12
- Removed .github actions stuff as we are now on gitea and wont be using
  it
2024-04-05 18:29:37 +02:00

5 lines
289 B
Markdown

# dx12-starter
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