This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/draw/modes/shaders/object_particle_prim_frag.glsl

10 lines
89 B
GLSL

flat in vec4 finalColor;
out vec4 fragColor;
void main()
{
fragColor = finalColor;
}