Results for spec@glsl-1.30@execution@texelfetch@fs-texelfetch-usampler2d

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.130858
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
#define ivec1 int
in vec4 pos;
in ivec4 texcoord;
flat out ivec4 tc;
void main()
{
    tc = texcoord;
    gl_Position = pos;
}
Environment
PIGLIT_SOURCE_DIR="/Users/vlee/workspace/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /Users/vlee/workspace/piglit/bin/texelFetch fs usampler2D -auto -fbo
dmesg

        

Back to summary