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-03-23 04:15:50 +0300
committerCampbell Barton <campbell@blender.org>2022-03-23 04:15:50 +0300
commit4822153b85551ffce614c174c9a3bff0f8b8a975 (patch)
tree6257cf39620781dc0f7ab9c029518bfe2895dbf3 /source/blender/draw/intern
parent6bb28a1a524060eca8d20dff8f72e1d4bbc7d938 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/draw/intern')
-rw-r--r--source/blender/draw/intern/DRW_gpu_wrapper.hh2
-rw-r--r--source/blender/draw/intern/draw_manager.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/intern/DRW_gpu_wrapper.hh b/source/blender/draw/intern/DRW_gpu_wrapper.hh
index 37f884e398c..ed94c485b32 100644
--- a/source/blender/draw/intern/DRW_gpu_wrapper.hh
+++ b/source/blender/draw/intern/DRW_gpu_wrapper.hh
@@ -515,7 +515,7 @@ class Texture : NonCopyable {
/**
* Ensure the availability of mipmap views.
- * Mip view covers all layers of array textures.
+ * MIP view covers all layers of array textures.
*/
bool ensure_mip_views(bool cube_as_array = false)
{
diff --git a/source/blender/draw/intern/draw_manager.h b/source/blender/draw/intern/draw_manager.h
index eb73ab78a1a..832897b7040 100644
--- a/source/blender/draw/intern/draw_manager.h
+++ b/source/blender/draw/intern/draw_manager.h
@@ -432,7 +432,7 @@ struct DRWView {
struct DRWView *parent;
ViewInfos storage;
- /** Number of active clipplanes. */
+ /** Number of active clip planes. */
int clip_planes_len;
/** Does culling result needs to be updated. */
bool is_dirty;