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 <ideasman42@gmail.com>2020-09-16 08:28:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-16 08:28:02 +0300
commit7e8cba98b6f0f2372706901eae3ee19f3bc5c779 (patch)
tree9fc972dd4d61f665ac1eec47814bb6978202ce0e /source/blender/gpu/intern/gpu_debug.cc
parentc7309c500750fe5acdd5d6e79a0405716402670e (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/gpu/intern/gpu_debug.cc')
-rw-r--r--source/blender/gpu/intern/gpu_debug.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/gpu/intern/gpu_debug.cc b/source/blender/gpu/intern/gpu_debug.cc
index a0608f52c4a..3d17b6f8649 100644
--- a/source/blender/gpu/intern/gpu_debug.cc
+++ b/source/blender/gpu/intern/gpu_debug.cc
@@ -55,8 +55,10 @@ void GPU_debug_group_end(void)
ctx->debug_group_end();
}
-/* Return a formated string showing the current group hierarchy in this format:
- * "Group1 > Group 2 > Group3 > ... > GroupN : " */
+/**
+ * Return a formatted string showing the current group hierarchy in this format:
+ * "Group1 > Group 2 > Group3 > ... > GroupN : "
+ */
void GPU_debug_get_groups_names(int name_buf_len, char *r_name_buf)
{
Context *ctx = Context::get();