vulkan i guess

This commit is contained in:
Asuro
2025-02-19 00:38:02 +01:00
parent ff0e5aa68c
commit ad064112e6
5 changed files with 24 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ namespace Game
SharedData& shared = GetShared();
bgfx::Init init;
init.type = bgfx::RendererType::Direct3D12;
init.type = bgfx::RendererType::Vulkan;
init.debug = true;
init.platformData.nwh = shared.Window.Handle;
init.platformData.ndt = nullptr;