From 8c272d1d963c0b4fd0acf0251c916e6c82872b8c Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Thu, 19 Sep 2024 10:19:11 -0400 Subject: [PATCH] xrt: use uint64_t for size in xrt_image_native Part-of: --- src/xrt/include/xrt/xrt_compositor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrt/include/xrt/xrt_compositor.h b/src/xrt/include/xrt/xrt_compositor.h index ddc7d50bc..b1af5b7a5 100644 --- a/src/xrt/include/xrt/xrt_compositor.h +++ b/src/xrt/include/xrt/xrt_compositor.h @@ -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.