radv/rra: Get rid of annoying memory aliasing warning
authorKonstantin Seurer <konstantin.seurer@gmail.com>
Wed, 30 Nov 2022 15:33:42 +0000 (16:33 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 2 Dec 2022 16:48:07 +0000 (16:48 +0000)
commit7fe515f6d46197221a730618c1a4c0d73160e8c7
tree035f378d5ab4856bf639a8664d1dbe5e018e54ec
parente2b7e478a52c7a56aac2942b27c05a8d2979f646
radv/rra: Get rid of annoying memory aliasing warning

Such cursed behavior is almost non existent in practise. When capturing
a Doom Eternal, this warning spams the output for no reason.

The warning is also unnecessary since we copy acceleration structures
right after building them now.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20047>
src/amd/vulkan/layers/radv_rra_layer.c