Result: fail
| Detail | Value |
|---|---|
| Returncode | 1 |
| Time | 0:00:00.126493 |
| Stdout | |
| Stderr |
Failed to compile vertex shader: ERROR: 0:1: '' : #version required and missing.
ERROR: 0:1: 'attribute' : syntax error: syntax error
source:
attribute float vertex_num;
varying float varying1;
varying float varying2;
void main()
{
gl_Position = vec4(vertex_num);
varying1 = 100.0 + vertex_num;
varying2 = 200.0 + vertex_num;
}
|
| Environment |
PIGLIT_SOURCE_DIR="/Users/vlee/workspace/piglit" PIGLIT_PLATFORM="mixed_glx_egl" |
| Command | /Users/vlee/workspace/piglit/bin/ext_transform_feedback-overflow-edge-cases -auto -fbo |
| dmesg |