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:
8798eaa
)
demos: vulkaninfo: increase console buffer size so that output can be read
author
David Pinedo
<david@lunarg.com>
Mon, 28 Sep 2015 15:16:54 +0000
(09:16 -0600)
committer
David Pinedo
<david@lunarg.com>
Mon, 28 Sep 2015 15:16:54 +0000
(09:16 -0600)
demos/vulkaninfo.c
patch
|
blob
|
history
diff --git
a/demos/vulkaninfo.c
b/demos/vulkaninfo.c
index 90a260a4ad73a30182cdb1c96c03e1f51d5c0d6c..52af6dfd0995aa2381f28309dcf0cdb04810cf93 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 =
1
000;
+ bufferSize.Y =
2
000;
if (!SetConsoleScreenBufferSize(consoleHandle, bufferSize))
return false;
r.Left = r.Top = 0;