mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +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.
|
* 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,
|
VkResult (*present)(struct comp_target *ct,
|
||||||
VkQueue queue,
|
VkQueue queue,
|
||||||
|
|
Loading…
Reference in a new issue