qt5base-lts/examples/vulkan
Friedemann Kleint 2677ad78e6 Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValue
hellovulkanwindow.cpp(97,38):  warning: suggest braces around initialization of subobject [-Wmissing-braces]
    VkClearColorValue clearColor = { 0.0f, m_green, 0.0f, 1.0f };
hellovulkantexture.cpp(771,38):  warning: suggest braces around initialization of subobject [-Wmissing-braces]
    VkClearColorValue clearColor = { 0, 0, 0, 1 };
..\shared\trianglerenderer.cpp(455,38):  warning: suggest braces around initialization of subobject [-Wmissing-braces]
    VkClearColorValue clearColor = { 0, 0, 0, 1 };
renderer.cpp(896,38):  warning: suggest braces around initialization of subobject [-Wmissing-braces]
    VkClearColorValue clearColor = { 0.67f, 0.84f, 0.9f, 1.0f };

Change-Id: I3c2403699059dac2f88541f2a2102b774db0c887
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2018-04-30 08:35:15 +00:00
..
doc Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
hellovulkancubes Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValue 2018-04-30 08:35:15 +00:00
hellovulkantexture Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValue 2018-04-30 08:35:15 +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 Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValue 2018-04-30 08:35:15 +00:00
shared Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValue 2018-04-30 08:35:15 +00:00
vulkan.pro Add the Vulkan cube example 2017-03-29 10:58:06 +00:00