diff --git a/src/xrt/compositor/main/comp_target.h b/src/xrt/compositor/main/comp_target.h index 513f9cda4..9eb791a70 100644 --- a/src/xrt/compositor/main/comp_target.h +++ b/src/xrt/compositor/main/comp_target.h @@ -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,