projects
/
platform
/
upstream
/
Vulkan-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e77e169
)
Demos: increase console buffer size for vulkaninfo
author
David Pinedo
<david@lunarg.com>
Fri, 2 Oct 2015 22:49:43 +0000
(16:49 -0600)
committer
David Pinedo
<david@lunarg.com>
Mon, 5 Oct 2015 15:52:41 +0000
(09:52 -0600)
demos/vulkaninfo.c
patch
|
blob
|
history
diff --git
a/demos/vulkaninfo.c
b/demos/vulkaninfo.c
index
c6aec30
..
0ebdb90
100644
(file)
--- a/
demos/vulkaninfo.c
+++ b/
demos/vulkaninfo.c
@@
-1141,7
+1141,7
@@
bool SetStdOutToNewConsole()
if (!GetConsoleScreenBufferInfo(consoleHandle, &csbi))
return false;
bufferSize.X = csbi.dwSize.X;
- bufferSize.Y = 2000;
+ bufferSize.Y = 2000
0
;
if (!SetConsoleScreenBufferSize(consoleHandle, bufferSize))
return false;
r.Left = r.Top = 0;