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>2018-10-05 08:01:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-05 08:01:58 +0300
commitf36f0293210128666f29f0be5c2dfb38bb3421e2 (patch)
treed9b969a54e4f63891e7da266d96462b895c9fe3f /source/blender/gpu/shaders
parent402bde39d135d2bbc314743f37f65693597c57b1 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/gpu/shaders')
-rw-r--r--source/blender/gpu/shaders/gpu_shader_2D_edituvs_facedots_vert.glsl2
-rw-r--r--source/blender/gpu/shaders/gpu_shader_2D_edituvs_points_vert.glsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpu/shaders/gpu_shader_2D_edituvs_facedots_vert.glsl b/source/blender/gpu/shaders/gpu_shader_2D_edituvs_facedots_vert.glsl
index 4f3f8917286..c5f84b976c5 100644
--- a/source/blender/gpu/shaders/gpu_shader_2D_edituvs_facedots_vert.glsl
+++ b/source/blender/gpu/shaders/gpu_shader_2D_edituvs_facedots_vert.glsl
@@ -14,4 +14,4 @@ void main()
{
gl_Position = ModelViewProjectionMatrix * vec4(pos, 0.0, 1.0);
finalColor = ((flag & FACE_SELECT) != 0) ? selectColor : vertColor;
-} \ No newline at end of file
+}
diff --git a/source/blender/gpu/shaders/gpu_shader_2D_edituvs_points_vert.glsl b/source/blender/gpu/shaders/gpu_shader_2D_edituvs_points_vert.glsl
index d59e15a8f63..46dd1e066c8 100644
--- a/source/blender/gpu/shaders/gpu_shader_2D_edituvs_points_vert.glsl
+++ b/source/blender/gpu/shaders/gpu_shader_2D_edituvs_points_vert.glsl
@@ -39,4 +39,4 @@ void main()
// convert to PointCoord units
radii /= pointSize;
-} \ No newline at end of file
+}