c/main: Add comp_target docs.

This commit is contained in:
Ryan Pavlik 2021-04-13 12:30:15 -05:00 committed by Jakob Bornecrantz
parent 969c78efbd
commit ab5f9ae9d8

View file

@ -123,6 +123,8 @@ struct comp_target
/*!
* Present the image at index to the screen.
*
* @pre @ref acquire succeeded for the same @p semaphore and @p index you are passing
*/
VkResult (*present)(struct comp_target *ct,
VkQueue queue,