mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
comp: Code style
This commit is contained in:
parent
13cef1b8b9
commit
690a354bd1
|
@ -40,7 +40,8 @@ struct comp_swapchain_image
|
|||
VkDeviceMemory memory;
|
||||
//! Sampler used by the renderer and distortion code.
|
||||
VkSampler sampler;
|
||||
//! Views used by the renderer and distortion code, for each array layer.
|
||||
//! Views used by the renderer and distortion code, for each array
|
||||
//! layer.
|
||||
VkImageView *views;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue