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-04-15 07:49:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-15 07:49:01 +0300
commit5e05db3419ef4598fea7e31f86ab37ffe41835f5 (patch)
treeb34249402381d8367ac0bf1af2d026f151cede1c /source/blender/gpu/intern/gpu_shader.c
parent0d4eefd23113d4d2740e032e27ad47015ad687d0 (diff)
Fix shader error sRGB gizmo drawing workaround
Issue in 21c658b718b9b with function being defined twice.
Diffstat (limited to 'source/blender/gpu/intern/gpu_shader.c')
-rw-r--r--source/blender/gpu/intern/gpu_shader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_shader.c b/source/blender/gpu/intern/gpu_shader.c
index dc26a1a8e7b..3c2266bd65d 100644
--- a/source/blender/gpu/intern/gpu_shader.c
+++ b/source/blender/gpu/intern/gpu_shader.c
@@ -1024,7 +1024,6 @@ static const GPUShaderStages builtin_shader_stages[GPU_SHADER_BUILTIN_LEN] = {
{
.vert = datatoc_gpu_shader_3D_clipped_uniform_color_vert_glsl,
.frag = datatoc_gpu_shader_uniform_color_frag_glsl,
- .defs = datatoc_gpu_shader_colorspace_lib_glsl,
},
[GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR] =