qt5base-lts/examples/vulkan/hellovulkancubes
Laszlo Agocs 9ee30b1dc2 Fix broken capture in hellovulkancubes example
Amends 339323b999

Capturing a function argument (or any local variable)
by address is a bad idea.

Fixes: QTBUG-118912
Fixes: QTBUG-118986
Change-Id: I521d319a37f7acd6c66732f5f7d3cf1be4d49029
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
2023-11-09 18:17:33 +01:00
..
camera.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
camera.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
color_frag.spv Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_phong_frag.spv Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_phong_vert.spv Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_phong.frag Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_phong.vert Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_vert.spv Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color.frag Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color.vert Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
hellovulkancubes.pro Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
hellovulkancubes.qrc Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
main.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mainwindow.cpp Fix broken capture in hellovulkancubes example 2023-11-09 18:17:33 +01:00
mainwindow.h Polish forward decl in vulkan and opengl examples 2023-06-01 09:09:49 +02:00
mesh.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mesh.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
renderer.cpp examples/: compile with QT_NO_CONTEXTLESS_CONNECT 2023-09-08 19:17:36 +03:00
renderer.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
shader.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
shader.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
vulkanwindow.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
vulkanwindow.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00