commit | a263629c001e522a146c68e253979c20482becfb | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Fri Jul 03 10:41:20 2015 +0800 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Jul 17 10:05:18 2015 -0600 |
tree | ae21b360c9f631519af303b6845271ce290f25ec | |
parent | f5fb1092e95a6d5d38ef65c4f9504e7ea4f9ce59 [diff] [blame] |
test/binding: inherit Device from Handle
diff --git a/tests/image_tests.cpp b/tests/image_tests.cpp index dd60907..6193dca 100644 --- a/tests/image_tests.cpp +++ b/tests/image_tests.cpp
@@ -73,7 +73,7 @@ void CreateImageView(VkImageViewCreateInfo* pCreateInfo, VkImageView* pView); void DestroyImageView(VkImageView imageView); - VkDevice device() {return m_device->obj();} + VkDevice device() {return m_device->handle();} protected: vk_testing::Device *m_device;