c/render: Documentation

This commit is contained in:
Jakob Bornecrantz 2021-11-03 17:45:39 +00:00
parent 6e28533bdc
commit a1b515616a
7 changed files with 15 additions and 8 deletions

View file

@ -5,7 +5,7 @@
* @brief Buffer functions.
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup comp_main
* @ingroup comp_render
*/
#include "main/comp_compositor.h"

View file

@ -4,7 +4,7 @@
* @file
* @brief The compositor compute based rendering code.
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup comp_main
* @ingroup comp_render
*/
#include "math/m_api.h"

View file

@ -5,7 +5,7 @@
* @brief The NEW compositor rendering code header.
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup comp_main
* @ingroup comp_render
*/
#pragma once
@ -22,7 +22,14 @@ extern "C" {
/*!
* @addtogroup comp_main
* @defgroup comp_render Compositor render code
* @ingroup comp
*
* @brief Rendering helper that is used by the compositor to render.
*/
/*!
* @addtogroup comp_render
* @{
*/

View file

@ -5,7 +5,7 @@
* @brief The NEW compositor rendering code header.
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup comp_main
* @ingroup comp_render
*/
#include "render/comp_render.h"

View file

@ -5,7 +5,7 @@
* @brief Shared resources for rendering.
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup comp_main
* @ingroup comp_render
*/
#include "xrt/xrt_device.h"

View file

@ -5,7 +5,7 @@
* @brief Shader loading code.
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup comp_main
* @ingroup comp_render
*/
#include "render/comp_render.h"

View file

@ -4,7 +4,7 @@
* @file
* @brief The compositor compute based rendering code.
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup comp_main
* @ingroup comp_render
*/
#include "math/m_api.h"
#include "math/m_matrix_4x4_f64.h"