summaryrefslogtreecommitdiffstats
path: root/examples/vulkan
Commit message (Expand)AuthorAgeFilesLines
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-175-5/+5
* vulkan: Update legacy tests and examples to the modern validation layerLaszlo Agocs2021-05-315-66/+5
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-5/+5
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-275-0/+20
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-195-5/+5
* 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-095-5/+25
* Use QList instead of QVector in examplesJarek Kobus2020-06-234-4/+4
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-4/+4
* QtConcurrent::run: accept more then five function's argumentsVitaly Fanaskov2020-03-111-2/+2
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-135-0/+5
|\
| * Doc: Specify install path for Vulkan examplesTopi Reinio2020-01-305-0/+5
* | Regenerate examplesAlexandru Croitor2020-02-045-9/+9
* | cmake: add examples/vulkanFrederik Gladhorn2019-10-076-0/+252
|/
* Fix use of qrand/qsrand in an exampleEdward Welbourne2019-04-011-3/+4
* QtBase: replace deprecated QString functionsChristian Ehrlicher2019-03-041-7/+7
* Fix device local alloc in hellovulkantextureLaszlo Agocs2018-09-121-0/+10
* Fix src access with staging buffer in hellovulkantextureLaszlo Agocs2018-09-121-3/+3
* Revise an incorrect QVulkanWindow doc noteLaszlo Agocs2018-09-063-4/+4
* Doc: Add missing full stops in briefsPaul Wicking2018-06-215-5/+5
* Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValueFriedemann Kleint2018-04-304-4/+4
* hellovulkantexture: Fix issues with new validation layerLaszlo Agocs2017-10-161-2/+3
* QVulkanWindow: return QMatrix4x4 by valueMarc Mutz2017-05-223-3/+3
* QVulkanWindow: use QVector, not QSet, for small int setMarc Mutz2017-05-223-4/+3
* hellovulkanwidget example: Add a widget showing debug outputFriedemann Kleint2017-03-303-9/+34
* Add the Vulkan cube exampleLaszlo Agocs2017-03-2931-1/+5703
* Clarify the front face winding order in the Vulkan examplesLaszlo Agocs2017-03-262-3/+3
* Introduce QVulkanWindowLaszlo Agocs2017-03-2237-0/+2761