vulkan i guess
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user