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-08-19 04:42:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-19 07:04:36 +0300
commit7a602fb52592329ab7283fb2081be3a1bdc18b63 (patch)
tree7d57e74e704a67a0d2f308c0c1c454ba39282b3a /source/blender/gpu/GPU_state.h
parent3f43f57731a76046749b02c458234d25130e8221 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/gpu/GPU_state.h')
-rw-r--r--source/blender/gpu/GPU_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_state.h b/source/blender/gpu/GPU_state.h
index 8bc5c2b8397..be3250f6654 100644
--- a/source/blender/gpu/GPU_state.h
+++ b/source/blender/gpu/GPU_state.h
@@ -54,7 +54,7 @@ typedef enum eGPUBlend {
/** Replace logic op: SRC * (1 - DST)
* NOTE: Does not modify alpha. */
GPU_BLEND_INVERT,
- /** Order independant transparency.
+ /** Order independent transparency.
* NOTE: Cannot be used as is. Needs special setup (framebuffer, shader ...). */
GPU_BLEND_OIT,
/** Special blend to add color under and multiply dst color by src alpha. */