gdk: Rename our vulkan context to GTK

Not sure it shows up anywhere, but just for completeness.
This commit is contained in:
Matthias Clasen 2019-02-24 10:53:23 -05:00
parent fd667bb203
commit 77c0e68b57

View File

@ -1008,7 +1008,7 @@ gdk_display_create_vulkan_instance (GdkDisplay *display,
.pNext = NULL,
.pApplicationName = g_get_application_name (),
.applicationVersion = 0,
.pEngineName = "GTK+",
.pEngineName = "GTK",
.engineVersion = VK_MAKE_VERSION (GDK_MAJOR_VERSION, GDK_MINOR_VERSION, GDK_MICRO_VERSION),
.apiVersion = VK_API_VERSION_1_0
},