qt5base-lts/tests/manual/rhi/triquadcube
Laszlo Agocs 9b8d4a9e45 rhi manual tests: Prevent warnings with MSVC
The QPair changes trigger warnings about size_t vs. quint32.

We made offsets and sizes 32-bit in the QRhi API to emphasize that
some of the graphics APIs are using 32-bit sizes still. It's a bit
unfortunate that pairs now generate warnings when the size does not
match. Just cast as needed.

Change-Id: I88504eed8be6f4bdb2205b3671e2c2a9db9fcb1e
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2020-06-15 15:34:05 +02:00
..
CMakeLists.txt Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
quadrenderer.cpp rhi: Harmonize create-destroy API pattern with the rest of Qt 2020-05-28 17:53:32 +02:00
quadrenderer.h Introduce the Qt graphics abstraction as private QtGui helpers 2019-06-13 10:13:45 +02:00
texturedcuberenderer.cpp rhi manual tests: Prevent warnings with MSVC 2020-06-15 15:34:05 +02:00
texturedcuberenderer.h Introduce the Qt graphics abstraction as private QtGui helpers 2019-06-13 10:13:45 +02:00
triangleoncuberenderer.cpp rhi manual tests: Prevent warnings with MSVC 2020-06-15 15:34:05 +02:00
triangleoncuberenderer.h Introduce the Qt graphics abstraction as private QtGui helpers 2019-06-13 10:13:45 +02:00
trianglerenderer.cpp rhi: Harmonize create-destroy API pattern with the rest of Qt 2020-05-28 17:53:32 +02:00
trianglerenderer.h Introduce the Qt graphics abstraction as private QtGui helpers 2019-06-13 10:13:45 +02:00
triquadcube.cpp rhi: Add a --transparent option to manual tests 2019-09-26 17:02:12 +02:00
triquadcube.pro Introduce the Qt graphics abstraction as private QtGui helpers 2019-06-13 10:13:45 +02:00
triquadcube.qrc Introduce the Qt graphics abstraction as private QtGui helpers 2019-06-13 10:13:45 +02:00