comp: Comment cleanup

This commit is contained in:
Ryan Pavlik 2021-03-30 11:50:43 -05:00 committed by Jakob Bornecrantz
parent be5a273659
commit 3f2b09ae54

View file

@ -331,7 +331,7 @@ bool
comp_shaders_load(struct vk_bundle *vk, struct comp_shaders *s); comp_shaders_load(struct vk_bundle *vk, struct comp_shaders *s);
/*! /*!
* Loads all of the shaders that the compositor uses. * Unload and cleanup shaders.
*/ */
void void
comp_shaders_close(struct vk_bundle *vk, struct comp_shaders *s); comp_shaders_close(struct vk_bundle *vk, struct comp_shaders *s);