From 72c2d5f0b0e59bf429144d2e60d8fd6ce1710887 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Tue, 18 May 2021 14:47:20 -0600 Subject: 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 --- scripts/vulkaninfo_generator.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') 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. -- cgit v1.2.3