Results for spec@arb_gpu_shader5@texturegather@fs-rgba-0-unorm-cube

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.156017
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 samplerCube s;

void main() {
	gl_FragColor = vec4(1) * textureGather(s, vec3(vec2(2, -2) * (gl_FragCoord.xy / textureSize(s, 0).xy - vec2(0.5)), 1)   , 0);
}
Environment
PIGLIT_SOURCE_DIR="/Users/vlee/workspace/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /Users/vlee/workspace/piglit/bin/textureGather fs rgba 0 unorm Cube repeat -auto -fbo
dmesg

        

Back to summary