Don't need vulkan hooking in kiero

pull/430/head
FlightlessMango 4 years ago
parent af0658e137
commit d54409b6b5

@ -50,10 +50,6 @@ void renderTypes() {
{
render_types.push_back(kiero::RenderType::OpenGL);
}
if (::GetModuleHandle(KIERO_TEXT("vulkan-1.dll")) != NULL)
{
render_types.push_back(kiero::RenderType::Vulkan);
}
for (auto& _type : render_types)
kiero::init(_type);
}

Loading…
Cancel
Save