The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrt: use uint64_t for size in xrt_image_native

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2316>

+1 -1
+1 -1
src/xrt/include/xrt/xrt_compositor.h
··· 2160 2160 * If not zero, used for a max memory requirements check when importing 2161 2161 * into Vulkan. 2162 2162 */ 2163 - size_t size; 2163 + uint64_t size; 2164 2164 2165 2165 /*! 2166 2166 * Is the image created with a dedicated allocation or not.