Skip to content

Commit ee309f4

Browse files
profiles: Add Vulkan 1.4 minimum requirements profile
1 parent 12103e2 commit ee309f4

40 files changed

Lines changed: 350 additions & 161 deletions

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ~~~
2-
# Copyright (c) 2020-2025 LunarG, Inc.
2+
# Copyright (c) 2020-2026 LunarG, Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

layer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ~~~
2-
# Copyright (c) 2021-2025 LunarG, Inc.
2+
# Copyright (c) 2021-2026 LunarG, Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

layer/profiles.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2015-2025 Valve Corporation
3-
* Copyright (C) 2015-2025 LunarG, Inc.
2+
* Copyright (C) 2015-2026 Valve Corporation
3+
* Copyright (C) 2015-2026 LunarG, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

layer/profiles_interface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2022-2025 Valve Corporation
3-
* Copyright (C) 2022-2025 LunarG, Inc.
2+
* Copyright (C) 2022-2026 Valve Corporation
3+
* Copyright (C) 2022-2026 LunarG, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

layer/profiles_interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2022-2025 Valve Corporation
3-
* Copyright (C) 2022-2025 LunarG, Inc.
2+
* Copyright (C) 2022-2026 Valve Corporation
3+
* Copyright (C) 2022-2026 LunarG, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

layer/profiles_json.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2022-2025 Valve Corporation
3-
* Copyright (C) 2022-2025 LunarG, Inc.
2+
* Copyright (C) 2022-2026 Valve Corporation
3+
* Copyright (C) 2022-2026 LunarG, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

layer/profiles_json.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2022-2025 Valve Corporation
3-
* Copyright (C) 2022-2025 LunarG, Inc.
2+
* Copyright (C) 2022-2026 Valve Corporation
3+
* Copyright (C) 2022-2026 LunarG, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

layer/profiles_settings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2022-2025 Valve Corporation
3-
* Copyright (C) 2022-2025 LunarG, Inc.
2+
* Copyright (C) 2022-2026 Valve Corporation
3+
* Copyright (C) 2022-2026 LunarG, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

layer/profiles_settings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2022-2025 Valve Corporation
3-
* Copyright (C) 2022-2025 LunarG, Inc.
2+
* Copyright (C) 2022-2026 Valve Corporation
3+
* Copyright (C) 2022-2026 LunarG, Inc.
44
* Copyright (c) 2024 RasterGrid Kft.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

layer/profiles_util.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2022-2025 Valve Corporation
3-
* Copyright (C) 2022-2025 LunarG, Inc.
2+
* Copyright (C) 2022-2026 Valve Corporation
3+
* Copyright (C) 2022-2026 LunarG, Inc.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)