Skip to content

Commit

Permalink
Update and move profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Oct 28, 2023
1 parent 268b8be commit 485ed56
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
20 changes: 20 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
*
* Vulkan hardware capability viewer
*
* Copyright (C) 2016-2023 by Sascha Willems (www.saschawillems.de)
*
* This code is free software, you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 3 as published by the Free Software Foundation.
*
* Please review the following information to ensure the GNU Lesser
* General Public License version 3 requirements will be met:
* http://opensource.org/licenses/lgpl-3.0.html
*
* The code is distributed WITHOUT ANY WARRANTY; without even the
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU LGPL 3.0 for more details.
*
*/

#include "vulkancapsviewer.h"
#include <QtWidgets/QApplication>
#include <QDebug>
Expand Down
4 changes: 2 additions & 2 deletions vulkanDeviceInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Device information class
*
* Copyright (C) 2016-2022 by Sascha Willems (www.saschawillems.de)
* Copyright (C) 2016-2023 by Sascha Willems (www.saschawillems.de)
*
* This code is free software, you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -46,7 +46,7 @@
#include "vulkansurfaceinfo.hpp"
#include "VulkanDeviceInfoExtensions.h"
#include "VulkanContext.h"
#include "profiles/vulkan_profiles.hpp"
#include "vulkan_profiles.hpp"

#ifdef __ANDROID__
#include <sys/system_properties.h>
Expand Down
9 changes: 6 additions & 3 deletions profiles/vulkan_profiles.hpp → vulkan_profiles.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/**
* Copyright (c) 2021-2023 LunarG, Inc.

/*
* Copyright (C) 2021-2023 Valve Corporation
* Copyright (C) 2021-2023 LunarG, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
Expand All @@ -13,7 +15,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* DO NOT EDIT: This file is generated.
* This file is ***GENERATED***. Do Not Edit.
* See scripts/gen_profiles_solution.py for modifications.
*/

#ifndef VULKAN_PROFILES_HPP_
Expand Down

0 comments on commit 485ed56

Please sign in to comment.