xrt: use uint64_t for size in xrt_image_native

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2316>
This commit is contained in:
Simon Zeni 2024-09-19 10:19:11 -04:00
parent 1b8b85d99d
commit 8c272d1d96

View file

@ -2160,7 +2160,7 @@ struct xrt_image_native
* If not zero, used for a max memory requirements check when importing
* into Vulkan.
*/
size_t size;
uint64_t size;
/*!
* Is the image created with a dedicated allocation or not.