add sdlgpu3 backend

This commit is contained in:
Grant Horner
2025-03-17 15:32:02 -04:00
parent c32d1c0c9b
commit e9b285160f
5 changed files with 373 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
return {
vulkan = {(os.getenv("VULKAN_SDK") or "vulkan_SDK_not_found").."/Include"}, --{[[C:\VulkanSDK\1.3.216.0\Include]]}
}
sdlgpu3 = {(os.getenv("SDL_PATH") or "SDL_not_found").."/include"},
}