An open API service indexing awesome lists of open source software.

https://github.com/benpm/dx12_experiments

what the heck is a descriptor heap
https://github.com/benpm/dx12_experiments

directx12 rendering

Last synced: 12 months ago
JSON representation

what the heck is a descriptor heap

Awesome Lists containing this project

README

          

# DirectX 12 Experiments

![banner img](banner.png)

## Credit
- [3dgep.com](https://www.3dgep.com/learning-directx-12-1/) tutorials

## Dependencies
```
vcpkg install directxtk12 spdlog
```

## Building
```
cmake -B build -G 'Visual Studio 17 2022'
cmake --build build
```
Or something like that anyways