Result: fail
| Detail | Value |
|---|---|
| Returncode | 1 |
| Time | 0:00:00.168287 |
| Stdout | |
| Stderr |
Failed to compile fragment shader: ERROR: 0:8: Use of undeclared identifier 'gl_FragColor'
source:
#version 150
#extension GL_ARB_texture_gather: require
#extension GL_ARB_gpu_shader5: require
uniform sampler2DRect s;
void main() {
gl_FragColor = vec4(1) * textureGather(s, gl_FragCoord.xy , 2);
}
|
| Environment |
PIGLIT_SOURCE_DIR="/Users/vlee/workspace/piglit" PIGLIT_PLATFORM="mixed_glx_egl" |
| Command | /Users/vlee/workspace/piglit/bin/textureGather fs rgb 2 float 2DRect clamp -auto -fbo |
| dmesg |