Fix accidental library name change
authorPyry Haulos <phaulos@google.com>
Fri, 22 Jan 2016 22:48:11 +0000 (14:48 -0800)
committerPyry Haulos <phaulos@google.com>
Fri, 22 Jan 2016 22:48:11 +0000 (14:48 -0800)
framework/platform/win32/tcuWin32Platform.cpp

index 2cb00aa..3b7257f 100644 (file)
@@ -44,7 +44,7 @@ class VulkanLibrary : public vk::Library
 {
 public:
        VulkanLibrary (void)
-               : m_library     ("nv-vk64.dll")
+               : m_library     ("vulkan-1.dll")
                , m_driver      (m_library)
        {
        }