diff options
author | 2016-03-26 07:17:34 +0800 | |
---|---|---|
committer | 2016-04-11 07:37:20 +0800 | |
commit | 4a6a91647c57abb5c06cde57c57afe944f8cefa4 (patch) | |
tree | 83a5631087f183cdf732a2f609f3d7fa922bf592 /vulkan/libvulkan/driver.cpp | |
parent | 622622377a1ac71a81a88e335f170c4a08835f06 (diff) |
vulkan: use driver::GetData everywhere
Move away from the one-liners defined in loader.cpp.
Change-Id: I73c39cbe21aa3b2079f67590bb40f0cd55563f84
Diffstat (limited to 'vulkan/libvulkan/driver.cpp')
-rw-r--r-- | vulkan/libvulkan/driver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vulkan/libvulkan/driver.cpp b/vulkan/libvulkan/driver.cpp index f2f1d08656..007c54dd9d 100644 --- a/vulkan/libvulkan/driver.cpp +++ b/vulkan/libvulkan/driver.cpp @@ -23,7 +23,6 @@ #include <sys/prctl.h> #include "driver.h" -#include "loader.h" // #define ENABLE_ALLOC_CALLSTACKS 1 #if ENABLE_ALLOC_CALLSTACKS |