Result: fail
| Detail | Value |
|---|---|
| Returncode | 1 |
| Time | 0:00:00.140789 |
| 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 usampler2D -auto -fbo |
| dmesg |