Result: fail
| Detail | Value |
|---|---|
| Returncode | 1 |
| Time | 0:00:00.132839 |
| Stdout | |
| Stderr |
Failed to compile fragment shader: ERROR: 0:9: Use of undeclared identifier 'gl_FragColor'
ERROR: 0:10: Use of undeclared identifier 'gl_FragColor'
source:
#version 150
#extension GL_ARB_gpu_shader5 : require
in vec2 pos;
uniform int sample_id;
void
main()
{
gl_FragColor.rg = interpolateAtSample(pos, sample_id);
gl_FragColor.ba = vec2(0.0, 1.0);
}
|
| Environment |
PIGLIT_SOURCE_DIR="/Users/vlee/workspace/piglit" PIGLIT_PLATFORM="mixed_glx_egl" |
| Command | /Users/vlee/workspace/piglit/bin/arb_gpu_shader5-interpolateAtSample-dynamically-nonuniform -auto -fbo |
| dmesg |