Results for shaders/link-mismatch-layout-02

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0.0671520233154
Info
Returncode: 1

Errors:
Failed to compile fragment shader: 0:0(0): error: `gl_FragDepth' redeclared

source:
#extension GL_AMD_conservative_depth: require
layout(depth_greater) float gl_FragDepth;
vec4 foo(void);
void main(void)
{
    gl_FragColor = foo();
}


Output:
Command /mnt/old_local/devel/nouveau/REPO_SSH/piglit/bin/link-mismatch-layout-02 -fbo -auto
Traceback
None
dmesg
None

Back to summary