Results for spec@glsl-1.40@execution@texturesize@vs-texturesize-samplercubeshadow

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.151181
Stdout

        
Stderr
Failed to compile fragment shader: ERROR: 0:7: Use of undeclared identifier 'gl_FragColor'

source:
#version 140
#define ivec1 int
#define vec1 float
flat in ivec2 size;
void main()
{
    gl_FragColor = vec4(0.01 * size,0,  1);
}
Environment
PIGLIT_SOURCE_DIR="/Users/vlee/workspace/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /Users/vlee/workspace/piglit/bin/textureSize 140 vs samplerCubeShadow -auto -fbo
dmesg

        

Back to summary