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
- Host: GitHub
- URL: https://github.com/benpm/dx12_experiments
- Owner: benpm
- Created: 2023-06-20T05:10:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T17:36:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T09:23:46.960Z (over 1 year ago)
- Topics: directx12, rendering
- Language: C
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DirectX 12 Experiments

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