Results for spec/glsl-1.10/compiler/qualifiers/in-01.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.35773897171
note
Returncode was 1
errors
  • Successfully compiled vertex shader tests/spec/glsl-1.10/compiler/qualifiers/in-01.vert:
command
/home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/glsl-1.10/compiler/qualifiers/in-01.vert fail 1.10
info
Returncode: 1

Errors:
Successfully compiled vertex shader tests/spec/glsl-1.10/compiler/qualifiers/in-01.vert: 


Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.10
// [end config]
//
// "in" is only allowed in parameter list in GLSL 1.10

in vec4 foo;

Back to summary