Update vulkan library name on Windows
authorPyry Haulos <phaulos@google.com>
Tue, 12 Jan 2016 15:51:07 +0000 (07:51 -0800)
committerPyry Haulos <phaulos@google.com>
Tue, 12 Jan 2016 15:51:07 +0000 (07:51 -0800)
Change-Id: I65713e2889fae2a69282530d139f1070a8a909dc

framework/platform/win32/tcuWin32Platform.cpp

index 93e4541..d5a1625 100644 (file)
@@ -37,7 +37,7 @@ class VulkanLibrary : public vk::Library
 {
 public:
        VulkanLibrary (void)
-               : m_library     ("vulkan-0.dll")
+               : m_library     ("vulkan-1.dll")
                , m_driver      (m_library)
        {
        }