mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-14 10:55:23 +00:00
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:
parent
1b8b85d99d
commit
8c272d1d96
|
@ -2160,7 +2160,7 @@ struct xrt_image_native
|
||||||
* If not zero, used for a max memory requirements check when importing
|
* If not zero, used for a max memory requirements check when importing
|
||||||
* into Vulkan.
|
* into Vulkan.
|
||||||
*/
|
*/
|
||||||
size_t size;
|
uint64_t size;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Is the image created with a dedicated allocation or not.
|
* Is the image created with a dedicated allocation or not.
|
||||||
|
|
Loading…
Reference in a new issue