qt5base-lts/examples/vulkan/hellovulkantexture
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
..
hellovulkantexture.cpp Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValue 2018-04-30 08:35:15 +00:00
hellovulkantexture.h Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
hellovulkantexture.pro Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
hellovulkantexture.qrc Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
main.cpp Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
qt256.png Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
texture_frag.spv Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
texture_vert.spv Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
texture.frag Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
texture.vert Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00