Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/intern/gpu_batch_private.hh')
-rw-r--r--source/blender/gpu/intern/gpu_batch_private.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/gpu/intern/gpu_batch_private.hh b/source/blender/gpu/intern/gpu_batch_private.hh
index c71670d4f1f..d0fbd1432b3 100644
--- a/source/blender/gpu/intern/gpu_batch_private.hh
+++ b/source/blender/gpu/intern/gpu_batch_private.hh
@@ -37,8 +37,9 @@ namespace gpu {
/**
* Base class which is then specialized for each implementation (GL, VK, ...).
- * NOTE: Extends GPUBatch as we still needs to expose some of the internals to the outside C code.
- **/
+ *
+ * \note Extends #GPUBatch as we still needs to expose some of the internals to the outside C code.
+ */
class Batch : public GPUBatch {
public:
Batch(){};