commit | 4a6a91647c57abb5c06cde57c57afe944f8cefa4 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Sat Mar 26 07:17:34 2016 +0800 |
committer | Chia-I Wu <olv@google.com> | Mon Apr 11 07:37:20 2016 +0800 |
tree | 83a5631087f183cdf732a2f609f3d7fa922bf592 | |
parent | 622622377a1ac71a81a88e335f170c4a08835f06 [diff] [blame] |
vulkan: use driver::GetData everywhere Move away from the one-liners defined in loader.cpp. Change-Id: I73c39cbe21aa3b2079f67590bb40f0cd55563f84
diff --git a/vulkan/libvulkan/driver.h b/vulkan/libvulkan/driver.h index 4cc3ee7..22db93f 100644 --- a/vulkan/libvulkan/driver.h +++ b/vulkan/libvulkan/driver.h
@@ -28,6 +28,7 @@ #include "api_gen.h" #include "driver_gen.h" #include "debug_report.h" +#include "swapchain.h" namespace vulkan {