qt5base-lts/examples/vulkan
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
..
doc Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
hellovulkancubes QVulkanWindow: use QVector, not QSet, for small int set 2017-05-22 08:50:05 +00:00
hellovulkantexture Clarify the front face winding order in the Vulkan examples 2017-03-26 22:40:18 +00:00
hellovulkantriangle Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
hellovulkanwidget QVulkanWindow: use QVector, not QSet, for small int set 2017-05-22 08:50:05 +00:00
hellovulkanwindow Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
shared QVulkanWindow: use QVector, not QSet, for small int set 2017-05-22 08:50:05 +00:00
vulkan.pro Add the Vulkan cube example 2017-03-29 10:58:06 +00:00