summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/hellovulkanwidget
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-221-9/+10
* Correct license for examples filesLucie Gérard2024-03-071-1/+1
* Polish forward decl in vulkan and opengl examplesLaszlo Agocs2023-06-011-6/+4
* Examples: Add missing include guardsFriedemann Kleint2023-02-011-0/+5
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-301-1/+1
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-171-2/+2
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-171-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-163-147/+6
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-4/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-2/+5
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-2/+0
* CMake: Prefer unversioned commandsKai Köhne2021-12-131-1/+1
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-3/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* vulkan: Update legacy tests and examples to the modern validation layerLaszlo Agocs2021-05-311-13/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-271-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-191-1/+1
* Fix vulkan example build with MSVCLaszlo Agocs2020-09-141-1/+1
* Fix compiler warning about qsizetype/int mismatchLars Knoll2020-08-041-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-091-1/+5
* Use QList instead of QVector in examplesJarek Kobus2020-06-231-1/+1
* Regenerate examplesAlexandru Croitor2020-02-041-2/+2
* cmake: add examples/vulkanFrederik Gladhorn2019-10-071-0/+53
* QtBase: replace deprecated QString functionsChristian Ehrlicher2019-03-041-7/+7
* QVulkanWindow: use QVector, not QSet, for small int setMarc Mutz2017-05-221-2/+1
* hellovulkanwidget example: Add a widget showing debug outputFriedemann Kleint2017-03-303-9/+34
* Introduce QVulkanWindowLaszlo Agocs2017-03-225-0/+395