qt5base-lts/examples/vulkan/hellovulkancubes
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
..
camera.cpp
camera.h
color_frag.spv
color_phong_frag.spv
color_phong_vert.spv
color_phong.frag
color_phong.vert
color_vert.spv
color.frag
color.vert
hellovulkancubes.pro
hellovulkancubes.qrc
main.cpp
mainwindow.cpp
mainwindow.h
mesh.cpp
mesh.h
renderer.cpp Vulkan Examples: Fix Clang warnings about initialization of VkClearColorValue 2018-04-30 08:35:15 +00:00
renderer.h
shader.cpp
shader.h
vulkanwindow.cpp
vulkanwindow.h