[cmake] Rebrand desktop version to CoMaps

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-05-19 20:28:35 +07:00
parent 38802dd29a
commit 54ab965822
6 changed files with 20 additions and 20 deletions

View File

@@ -100,7 +100,7 @@ VulkanContextFactory::VulkanContextFactory(uint32_t appVersionCode, int sdkVersi
appInfo.apiVersion = VK_MAKE_VERSION(1, 0, 0);
appInfo.applicationVersion = appVersionCode;
appInfo.engineVersion = appVersionCode;
appInfo.pApplicationName = "OMaps";
appInfo.pApplicationName = "CoMaps";
appInfo.pEngineName = "Drape Engine";
bool enableDiagnostics = false;