diff options
| author | Charles Giessen <charles@lunarg.com> | 2021-05-18 14:47:20 -0600 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2021-05-19 13:59:25 -0600 |
| commit | 72c2d5f0b0e59bf429144d2e60d8fd6ce1710887 (patch) | |
| tree | 9ef7ef584db70e39fc3a169ea32894fd35769f35 /scripts | |
| parent | 2c70737ad21b3691b9ad47d6b1899affd71b4422 (diff) | |
| download | usermoji-72c2d5f0b0e59bf429144d2e60d8fd6ce1710887.tar.xz | |
vulkaninfo: Update License and Refactor AppGpu
* Simplify AppQueuefamilyProperties
* Create and store AppQueueFamilyProperties in AppGpu instead of creating them
on the fly
* Make all uses of 2 struct's use the original struct where appropriate
* This means the printers will use props.limits instead of props2.limits
* Remove unused functions
* Remove unused variables
* Add sparseBinding to enabled features (previously there were none)
* make_vulkan_version function introduced
Change-Id: I872dd060dbf709b5b39610775fb88718ff8b19a5
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vulkaninfo_generator.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/vulkaninfo_generator.py b/scripts/vulkaninfo_generator.py index 30b938c4..7f1e1361 100644 --- a/scripts/vulkaninfo_generator.py +++ b/scripts/vulkaninfo_generator.py @@ -33,9 +33,9 @@ from common_codegen import * license_header = ''' /* - * Copyright (c) 2019 The Khronos Group Inc. - * Copyright (c) 2019 Valve Corporation - * Copyright (c) 2019 LunarG, Inc. + * Copyright (c) 2019-2021 The Khronos Group Inc. + * Copyright (c) 2019-2021 Valve Corporation + * Copyright (c) 2019-2021 LunarG, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |
