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/engines/eevee/shaders/cryptomatte_frag.glsl

8 lines
88 B
GLSL

uniform vec4 cryptohash;
out vec4 fragColor;
void main()
{
fragColor = cryptohash;
}