feat: Step 1 SDL3 window + Vulkan context + clear screen

This commit is contained in:
emil28092005
2026-06-16 17:21:43 +03:00
parent 2c4b47538d
commit 6397488c61
12 changed files with 1200 additions and 0 deletions
+26
View File
@@ -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