mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-21 06:01:43 +00:00
xrt: Add xrt_size struct
This commit is contained in:
parent
9aea9aa6d1
commit
b37eb0f55b
|
@ -195,6 +195,17 @@ struct xrt_colour_rgba_f32
|
||||||
float a;
|
float a;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Image size.
|
||||||
|
*
|
||||||
|
* @ingroup xrt_iface math
|
||||||
|
*/
|
||||||
|
struct xrt_size
|
||||||
|
{
|
||||||
|
int w;
|
||||||
|
int h;
|
||||||
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* A pose composed of a position and orientation.
|
* A pose composed of a position and orientation.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue