diff options
| author | Rene Lindsay <rene@lunarg.com> | 2016-06-21 17:37:26 -0600 |
|---|---|---|
| committer | Rene Lindsay <rene@lunarg.com> | 2016-06-21 17:38:17 -0600 |
| commit | 9a8d799fa8016fc1864f77e6ed466ea5f252eb4c (patch) | |
| tree | f7ccf4ce08738eefa3e2bedba9a5fa3044c35e7a | |
| parent | 3b7c538b80ce058bcaf537a923514c1c5c207bc8 (diff) | |
| download | usermoji-9a8d799fa8016fc1864f77e6ed466ea5f252eb4c.tar.xz | |
demos: Add Format properties heading to vulkaninfo
| -rw-r--r-- | demos/vulkaninfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/vulkaninfo.c b/demos/vulkaninfo.c index ec3fcd53..20b05fa6 100644 --- a/demos/vulkaninfo.c +++ b/demos/vulkaninfo.c @@ -987,6 +987,8 @@ static void app_dev_dump_format_props(const struct app_dev *dev, VkFormat fmt) static void app_dev_dump(const struct app_dev *dev) { + printf("Format Properties:\n"); + printf("=================="); VkFormat fmt; for (fmt = 0; fmt < VK_FORMAT_RANGE_SIZE; fmt++) { |
