mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
c/main: Add comp_target docs.
This commit is contained in:
parent
969c78efbd
commit
ab5f9ae9d8
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue