From 17ab0342acfd36a15812011311d8be88cf782192 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 11 May 2022 10:03:17 +1000 Subject: Cleanup: spelling in comments Revert change from [0] that assumed UNORM was a mis-spelling of UNIFORM. [0]: 2c75857f9fc0dc5d524e4a0407e0a68856e5906e --- source/blender/gpu/GPU_shader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_shader.h') diff --git a/source/blender/gpu/GPU_shader.h b/source/blender/gpu/GPU_shader.h index 72a36ebfac4..3460d33fe68 100644 --- a/source/blender/gpu/GPU_shader.h +++ b/source/blender/gpu/GPU_shader.h @@ -282,7 +282,7 @@ typedef enum eGPUBuiltinShader { /** * Draw a texture in 3D. Take a 3D position and a 2D texture coordinate for each vertex. * - * Exposed via pyapi for add-ons. + * Exposed via Python-API for add-ons. * * \param image: uniform sampler2D * \param texCoord: in vec2 -- cgit v1.2.3