commit | 793c7295b47eaf2de7408d0953b59c097d9e2bc9 | [log] [tgz] |
---|---|---|
author | David Pinedo <david@lunarg.com> | Fri Jul 10 16:37:31 2015 -0600 |
committer | David Pinedo <david@lunarg.com> | Fri Jul 10 16:37:31 2015 -0600 |
tree | 2701476253291d3dff9a4c949dba6cdaef5e9e79 | |
parent | fcff0438fe599da9508d50a854e9ec27ad0632d4 [diff] [blame] |
demos: Fix windows compile error in vulkaninfo.c
diff --git a/demos/vulkaninfo.c b/demos/vulkaninfo.c index 90a4e83..ee2a204 100644 --- a/demos/vulkaninfo.c +++ b/demos/vulkaninfo.c
@@ -427,6 +427,7 @@ // Extensions to enable static const char *known_extensions[] = { //TODO add WSI device extension WSI swapchain, WSI_LUNARG is a global extension + "" }; uint32_t count = 0;