qt5base-lts/examples/vulkan/hellovulkanwidget
Marc Mutz d3f1076d0a QVulkanWindow: use QVector, not QSet, for small int set
Apart from being more efficient to construct and test, for the
expected very small number of entries, the example code itself shows
that a sorted vector is much more useful than an unordered set.

Change-Id: Ic5e38df0176ac4be08eac6a89c2e1cabab2a9020
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2017-05-22 08:50:05 +00:00
..
hellovulkanwidget.cpp QVulkanWindow: use QVector, not QSet, for small int set 2017-05-22 08:50:05 +00:00
hellovulkanwidget.h hellovulkanwidget example: Add a widget showing debug output 2017-03-30 15:04:12 +00:00
hellovulkanwidget.pro Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
hellovulkanwidget.qrc Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
main.cpp hellovulkanwidget example: Add a widget showing debug output 2017-03-30 15:04:12 +00:00