1
0

Creating a basic window

added GLFW to create a window without an API_CONTEXT
This commit is contained in:
2023-05-10 16:02:18 +02:00
parent d66ed2ad23
commit 9b923834e1
13 changed files with 6722 additions and 0 deletions

View File

@@ -1,2 +1,12 @@
# LearnDirectX
Following tutorials and documentation to learn the basics of the directX graphics API
![Direcx 12 Logo](https://gpuopen.com/wp-content/uploads/2020/11/dx12_black.png)
## Resources Used
[github.com/Microsoft/DirectXTK12](https://github.com/microsoft/DirectXTK12/wiki/The-basic-game-loop)