Results for spec/glsl-1.30/compiler/qualifiers/inout-01.vert

Overview

Status: fail
Result: fail

Back to summary

Details

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

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


Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.30
// [end config]
//
// "inout" is only allowed in parameter list in GLSL 1.30
#version 130

inout vec4 foo;

Back to summary