diff options
| author | Charles Giessen <charles@lunarg.com> | 2021-09-24 14:09:58 -0600 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2022-01-26 14:29:01 -0800 |
| commit | 3ed7fe55cdd334a552ffd33d6d8d80496ecc96cf (patch) | |
| tree | e3eec59fdac475913e7d96bd6a12af878910573a /vulkaninfo/vulkaninfo.cpp | |
| parent | 5ac40c6583b7d47467545a01af0a52eedc7ae9b9 (diff) | |
| download | usermoji-3ed7fe55cdd334a552ffd33d6d8d80496ecc96cf.tar.xz | |
vulkaninfo: Update to 1.3
Only changes are making the autogen print all required structs, and
moving from using the EXT version of tool properties to the core version.
Diffstat (limited to 'vulkaninfo/vulkaninfo.cpp')
| -rw-r--r-- | vulkaninfo/vulkaninfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkaninfo/vulkaninfo.cpp b/vulkaninfo/vulkaninfo.cpp index 1e24ce81..01ed1743 100644 --- a/vulkaninfo/vulkaninfo.cpp +++ b/vulkaninfo/vulkaninfo.cpp @@ -550,7 +550,7 @@ void GpuDumpToolingInfo(Printer &p, AppGpu &gpu) { p.SetSubHeader(); ObjectWrapper obj(p, "Tooling Info"); for (auto tool : tools) { - DumpVkPhysicalDeviceToolPropertiesEXT(p, tool.name, tool); + DumpVkPhysicalDeviceToolProperties(p, tool.name, tool); p.AddNewline(); } } |
