projects
/
platform
/
upstream
/
VK-GL-CTS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
689c095
)
Update vulkan library name on Windows
author
Pyry Haulos
<phaulos@google.com>
Tue, 12 Jan 2016 15:51:07 +0000
(07:51 -0800)
committer
Pyry Haulos
<phaulos@google.com>
Tue, 12 Jan 2016 15:51:07 +0000
(07:51 -0800)
Change-Id: I65713e2889fae2a69282530d139f1070a8a909dc
framework/platform/win32/tcuWin32Platform.cpp
patch
|
blob
|
history
diff --git
a/framework/platform/win32/tcuWin32Platform.cpp
b/framework/platform/win32/tcuWin32Platform.cpp
index 93e454160c533ccc26930e0b25dbe3c8c38213f7..d5a16253e644355c4e7acaaa6cf49cac4afc266e 100644
(file)
--- a/
framework/platform/win32/tcuWin32Platform.cpp
+++ b/
framework/platform/win32/tcuWin32Platform.cpp
@@
-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)
{
}