comp: Code style

This commit is contained in:
Jakob Bornecrantz 2019-05-02 14:07:41 +01:00
parent 13cef1b8b9
commit 690a354bd1
2 changed files with 5 additions and 4 deletions

View file

@ -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;
};