summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/GpuService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'services/surfaceflinger/GpuService.cpp')
-rw-r--r--services/surfaceflinger/GpuService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/GpuService.cpp b/services/surfaceflinger/GpuService.cpp
index d93f8458b0..b9811801cf 100644
--- a/services/surfaceflinger/GpuService.cpp
+++ b/services/surfaceflinger/GpuService.cpp
@@ -104,7 +104,7 @@ VkResult vkjsonPrint(FILE* out, FILE* err) {
VK_STRUCTURE_TYPE_APPLICATION_INFO, nullptr,
"vkjson", 1, /* app name, version */
"", 0, /* engine name, version */
- VK_API_VERSION
+ VK_API_VERSION_1_0
};
const VkInstanceCreateInfo instance_info = {
VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, nullptr,