efl/src/modules/evas/engines/gl_common/shader_3d/shadow_map_frag.shd

5 lines
52 B
Plaintext

void main()
{
gl_FragColor.r = gl_FragCoord.z;
}