feat: Step 1 SDL3 window + Vulkan context + clear screen
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
# Build outputs
|
||||
bin/
|
||||
obj/
|
||||
|
||||
# IDE
|
||||
.vs/
|
||||
.vscode/
|
||||
*.user
|
||||
*.suo
|
||||
|
||||
# NuGet
|
||||
*.nupkg
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# dotnet
|
||||
*.dll
|
||||
*.exe
|
||||
*.pdb
|
||||
*.cache
|
||||
*.json
|
||||
!*.csproj
|
||||
!*.sln
|
||||
!launchSettings.json
|
||||
Reference in New Issue
Block a user