Results for spec@arb_texture_gather@texturegather@vs-rg-none-uint-cube

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.138229
Stdout

        
Stderr
Failed to compile vertex shader: ERROR: 0:1: '' :  version '130' is not supported
ERROR: 0:2: '' :  #version required and missing.

source:
#version 130
#extension GL_ARB_explicit_attrib_location: require
#extension GL_ARB_texture_gather: require

layout(location=0) in vec4 pos;
uniform usamplerCube s;
out vec4 c;

void main() {
	gl_Position = pos;
	c = vec4(1.0/255.0) * textureGather(s, vec3(pos.x, -pos.y, 1)   );
}
Environment
PIGLIT_SOURCE_DIR="/Users/vlee/workspace/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /Users/vlee/workspace/piglit/bin/textureGather vs rg uint Cube -auto -fbo
dmesg

        

Back to summary