mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
xrt: Code style
This commit is contained in:
parent
690a354bd1
commit
fd74f48529
|
@ -74,8 +74,8 @@ struct xrt_swapchain
|
|||
uint32_t num_images;
|
||||
|
||||
/*!
|
||||
* Number of array layers per image.
|
||||
*/
|
||||
* Number of array layers per image.
|
||||
*/
|
||||
uint32_t array_size;
|
||||
|
||||
/*!
|
||||
|
@ -191,7 +191,7 @@ struct xrt_compositor
|
|||
enum xrt_blend_mode blend_mode,
|
||||
struct xrt_swapchain **xscs,
|
||||
uint32_t *image_index,
|
||||
uint32_t *layers,
|
||||
uint32_t *layers,
|
||||
uint32_t num_swapchains);
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue