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>2019-01-31 07:54:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-31 07:54:37 +0300
commit293f4d88dac4919371e3e9c375f7c4cde803b078 (patch)
treef8e0d485aafe4f49c71f757617d05de892fa612c /source/blender/gpu
parent9407456e3f6991f5d703bd6b4e25b18b048d95a9 (diff)
Cleanup: style, unused variable
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_shader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_shader.c b/source/blender/gpu/intern/gpu_shader.c
index 24ee8330466..65ada213d06 100644
--- a/source/blender/gpu/intern/gpu_shader.c
+++ b/source/blender/gpu/intern/gpu_shader.c
@@ -893,7 +893,7 @@ static const GPUShaderStages builtin_shader_stages[GPU_NUM_BUILTIN_SHADERS] = {
},
[GPU_SHADER_3D_GROUNDPOINT] = {
- .vert= datatoc_gpu_shader_3D_groundpoint_vert_glsl,
+ .vert = datatoc_gpu_shader_3D_groundpoint_vert_glsl,
.frag = datatoc_gpu_shader_point_uniform_color_frag_glsl,
},
[GPU_SHADER_3D_GROUNDLINE] = {