feat: initial DX12 foundation framework
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
.vs/
|
||||
**/x64/
|
||||
**/Debug/
|
||||
**/DebugEditor/
|
||||
**/Release/
|
||||
**/ReleaseEditor/
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
*.suo
|
||||
*.user
|
||||
*.ipch
|
||||
*.obj
|
||||
*.o
|
||||
*.iobj
|
||||
*.ipdb
|
||||
*.pdb
|
||||
*.idb
|
||||
*.ilk
|
||||
*.tlog
|
||||
*.lastbuildstate
|
||||
*.log
|
||||
*.recipe
|
||||
*.cache
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
Engine/Graphics_Beta/
|
||||
Reference in New Issue
Block a user