summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsscreen.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2022-07-07 11:02:58 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2022-07-07 17:53:23 +0200
commitcd3a6fa41497ba6f3dac123536d22b88c61c17a2 (patch)
tree94774096bd0c5f380d334270deae59f34fbc8fb2 /src/plugins/platforms/windows/qwindowsscreen.cpp
parent6619c9408778b8607948e46079ddb369f750214f (diff)
rhi: Fix up the instancing step rate type
This is a UINT/uint32_t/GLuint/NSUInteger in all APIs (with Metal being special due to being 64-bit in 64-bit apps whereas all others are 32-bit always, at least on 64-bit Windows) As the stride is already an uint32, follow suit for the step rate. There was no reason to have this as int in the first place. As an added bonus, some casts, that were previously needed when mapping to the underlying API reality, can now be removed. Change-Id: I8e0eef037bd795b637578dfc3e59dc2efaa5976c Reviewed-by: Christian Strømme <christian.stromme@qt.io>
Diffstat (limited to 'src/plugins/platforms/windows/qwindowsscreen.cpp')
0 files changed, 0 insertions, 0 deletions