Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gpu_shader_2D_smooth_color_frag.glsl « shaders « gpu « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a4bfb6a616753db6fb1b199514f1ccd96c3166c (plain)
1
2
3
4
5
6
7
8

noperspective in vec4 finalColor;
out vec4 fragColor;

void main()
{
	fragColor = finalColor;
}