ANOTHER MEOW LIZZIE DIDN'T WANT TO MEOW

This commit is contained in:
CamilleLaVey
2026-08-31 10:21:32 +02:00
committed by crueter
parent 46c4c25ea9
commit 27526880e4
@@ -466,12 +466,10 @@ Instance Instance::Create(u32 version, Span<const char*> layers, Span<const char
const VkApplicationInfo application_info{ const VkApplicationInfo application_info{
.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO, .sType = VK_STRUCTURE_TYPE_APPLICATION_INFO,
.pNext = nullptr, .pNext = nullptr,
// i dont know whats the application name for, but this should match .pApplicationName = "Eden",
.pApplicationName = "PUBGMobile", // Just lie to the driver, straight up .applicationVersion = VK_MAKE_VERSION(1, 1, 0),
.applicationVersion = VK_MAKE_VERSION(1, 7, 0),
// in case they want UnrealEngine
.pEngineName = "UnrealEngine", .pEngineName = "UnrealEngine",
.engineVersion = VK_MAKE_VERSION(4, 18, 0), .engineVersion = VK_MAKE_VERSION(5, 1, 0),
.apiVersion = VK_API_VERSION_1_3, .apiVersion = VK_API_VERSION_1_3,
}; };
#else #else