mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
c/render: Documentation
This commit is contained in:
parent
6e28533bdc
commit
a1b515616a
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue