qt5base-lts/examples/vulkan/shared
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
..
block.buf Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
block.txt Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_frag.spv Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
color_vert.spv Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
color.frag Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
color.vert Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00
objconvert.js Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
qt_logo.buf Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
qt_logo.txt Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
trianglerenderer.cpp Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValue 2018-04-30 08:35:15 +00:00
trianglerenderer.h Introduce QVulkanWindow 2017-03-22 15:40:57 +00:00