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-06-29 02:40:16 +0300
committerCampbell Barton <campbell@blender.org>2022-06-29 02:40:16 +0300
commit45645936e91a8379b19f4fbe02732780dc6f60c1 (patch)
treed688e97e2bfd65051fbf9ca90af57ea6dbb0d7d4 /source/blender/gpu/intern
parentc0e453233132ac0b1c217191c645bc01ea726400 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_framebuffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_framebuffer.cc b/source/blender/gpu/intern/gpu_framebuffer.cc
index f12d8fd7e55..019b5af461c 100644
--- a/source/blender/gpu/intern/gpu_framebuffer.cc
+++ b/source/blender/gpu/intern/gpu_framebuffer.cc
@@ -191,7 +191,7 @@ void FrameBuffer::recursive_downsample(int max_lvl,
dirty_attachments_ = true;
this->bind(true);
- /* Optimise load-store state. */
+ /* Optimize load-store state. */
GPUAttachmentType type = GPU_FB_DEPTH_ATTACHMENT;
for (GPUAttachment &attachment : attachments_) {
Texture *tex = reinterpret_cast<Texture *>(attachment.tex);