Results for spec/glsl-1.30/compiler/storage-qualifiers/fs-inout-02.frag

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.225672006607
note
Returncode was 1
errors
  • Successfully compiled fragment shader tests/spec/glsl-1.30/compiler/storage-qualifiers/fs-inout-02.frag:
command
/home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/glsl-1.30/compiler/storage-qualifiers/fs-inout-02.frag fail 1.30
info
Returncode: 1

Errors:
Successfully compiled fragment shader tests/spec/glsl-1.30/compiler/storage-qualifiers/fs-inout-02.frag: 


Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.30
// [end config]
//
// Attempt to declare a fragment global with 'inout'.
//
// From section 4.3.6 of the GLSL 1.30 spec:
//     "There is not an inout storage qualifier at global scope [...]".

#version 130

inout float x;

float f() {
	return 0.0;
}

Back to summary