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:
authorCampbell Barton <campbell@blender.org>2022-09-06 09:25:20 +0300
committerCampbell Barton <campbell@blender.org>2022-09-06 09:25:20 +0300
commit6c6a53fad357ad63d8128c33da7a84f172ef0b63 (patch)
tree0ab3290bbc010af86719bec5a7bd37de75997d37 /source/blender/draw/intern/draw_command_shared.hh
parent077ba5ac386f3cc75a67e01cdd75239b76c34de5 (diff)
Cleanup: spelling in comments, formatting, move comments into headers
Diffstat (limited to 'source/blender/draw/intern/draw_command_shared.hh')
-rw-r--r--source/blender/draw/intern/draw_command_shared.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/intern/draw_command_shared.hh b/source/blender/draw/intern/draw_command_shared.hh
index 22d1facfb09..9fbbe23f0ce 100644
--- a/source/blender/draw/intern/draw_command_shared.hh
+++ b/source/blender/draw/intern/draw_command_shared.hh
@@ -24,7 +24,7 @@ struct RecordingState;
* the same render state.
*/
struct DrawGroup {
- /** Index of next DrawGroup from the same header. */
+ /** Index of next #DrawGroup from the same header. */
uint next;
/** Index of the first instances after sorting. */
@@ -34,7 +34,7 @@ struct DrawGroup {
/** Number of non inverted scaling instances in this Group. */
uint front_facing_len;
- /** GPUBatch values to be copied to DrawCommand after sorting (if not overriden). */
+ /** #GPUBatch values to be copied to #DrawCommand after sorting (if not overridden). */
int vertex_len;
int vertex_first;
int base_index;