Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 561 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 561 Bytes

DXGraphicsPlayground

This workspace contains subprojects for testing DirectX features.

Requirements

  • Windows 10 with DirectX 12 support
    • Feature Level 11.0 or later
  • Visual Studio 2019 or later

D3D11Simple

D3D11Simple

  • Single window and tessellated heightmap wireframe drawing.

D3D12Simple

D3D12Simple

  • Single window and simple triangle drawing.

D3D12TileDeferred

  • Under construction