summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/hellovulkanwidget
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-27 15:31:17 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-30 08:35:15 +0000
commit2677ad78e6a283734aef733581a4ae07f7294ec8 (patch)
tree1eaf860fda58a9779322a7f054fa7f8817e3ad42 /examples/vulkan/hellovulkanwidget
parentfe670fc0f0121539379193374b4e6a732e393b85 (diff)
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>
Diffstat (limited to 'examples/vulkan/hellovulkanwidget')
0 files changed, 0 insertions, 0 deletions